-
The customer’s address
Declaration
Swift
public let address: Address
-
The customer’s full name
Declaration
Swift
public let name: String?
-
The customer’s phone number, in E.164 format (e.g. “+15551234567”)
Declaration
Swift
public let phone: String?
-
Whether or not the checkbox is enabled. Seealso:
AdditionalFieldsConfiguration.checkboxLabel
Declaration
Swift
public let isCheckboxSelected: Bool?
-
Initializes an AddressDetails
Declaration
Swift
public init(address: Address, name: String? = nil, phone: String? = nil, isCheckboxSelected: Bool? = nil)
-
An address collected by
See moreAddressViewController
Declaration
Swift
public struct Address