StripeAddressType
No description
type StripeAddressType {
city: String
country: String
line1: String
line2: String
postal_code: String
state: String
}
Fields
StripeAddressType.city
● String
scalar
StripeAddressType.country
● String
scalar
StripeAddressType.line1
● String
scalar
StripeAddressType.line2
● String
scalar
StripeAddressType.postal_code
● String
scalar
StripeAddressType.state
● String
scalar
Member of
StripeCustomerType
object