Skip to main content

BillingAddressInput (Input)

Description

No description



Fields

NameDescription
city - String
country - String!
postalCode - String
state - String
streetAddress - String

input BillingAddressInput {
city: String
country: String!
postalCode: String
state: String
streetAddress: String
}