Skip to content

Checkout_CheckoutData_BillingAddress

mauryaratan edited this page Feb 5, 2023 · 1 revision

Checkout.CheckoutData.BillingAddress

public struct BillingAddress: Codable 

Inheritance

Codable

Properties

country

A pre-filled billing address country in a ISO 3166-1 alpha-2 format

public let country: String?

zip

A pre-filled billing address zip/postal code

public let zip: String?
Types
Global Functions
Clone this wiki locally