Skip to main content

StripeCustomerAdressInputType

No description

input StripeCustomerAdressInputType {
city: String
country: String
line1: String
line2: String
postal_code: String
state: String
}

Fields

StripeCustomerAdressInputType.city ● String scalar

StripeCustomerAdressInputType.country ● String scalar

StripeCustomerAdressInputType.line1 ● String scalar

StripeCustomerAdressInputType.line2 ● String scalar

StripeCustomerAdressInputType.postal_code ● String scalar

StripeCustomerAdressInputType.state ● String scalar

Member of

StripeCustomerUpdateInputType input