Skip to main content

BillingAddress (Object)

Description

No description



Fields

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

type BillingAddress {
city: String
country: String!
postalCode: String
state: String
streetAddress: String
}