CartAddress
protocol CartAddress : CoarseAddress
Undocumented
-
City
Declaration
Swift
override var city: String? { get } -
Country
Declaration
Swift
override var country: String? { get } -
Buyer’s first name
Declaration
Swift
var firstName: String? { get } -
The full address
Declaration
Swift
override var fullAddress: String { get } -
Buyer’s last name
Declaration
Swift
var lastName: String? { get } -
First line
Declaration
Swift
override var line1: String? { get } -
Second line
Declaration
Swift
override var line2: String? { get } -
Postal code
Declaration
Swift
override var postalCode: String? { get } -
State
Declaration
Swift
override var state: String? { get }
View on GitHub
Install in Dash
CartAddress Protocol Reference