Skip to content

Checkout_CheckoutData

mauryaratan edited this page Feb 5, 2023 · 1 revision

Checkout.CheckoutData

public struct CheckoutData: Codable 

Inheritance

Codable

Properties

email

A pre-filled email address

public let email: String?

name

A pre-filled name

public let name: String?

billngAddress

Billing address

public let billngAddress: BillingAddress?

taxNumber

A pre-filled billing address zip/postal code

public let taxNumber: String?

discountCode

A pre-filled discount code

public let discountCode: String?

custom

An object containing any custom data to be passed to the checkout

public let custom: [String?: String?]?
Types
Global Functions
Clone this wiki locally