Address
public struct Address : Decodable
Address
-
type
Declaration
Swift
public let type: AddressType -
postalCode
Declaration
Swift
public let postalCode: String -
City
Declaration
Swift
public let city: String -
US State
Declaration
Swift
public let stateCode: StateInUSA -
line 1
Declaration
Swift
public let line1: String? -
line 2
Declaration
Swift
public let line2: String? -
line 3
Declaration
Swift
public let line3: String?
View on GitHub
Install in Dash
Address Structure Reference