CkoAddress
public struct CkoAddress : Codable
Address
-
Name
Declaration
Swift
public var name: String?
-
Line 1
Declaration
Swift
public var addressLine1: String?
-
Line 2
Declaration
Swift
public var addressLine2: String?
-
City
Declaration
Swift
public var city: String?
-
State
Declaration
Swift
public var state: String?
-
Postcode
Declaration
Swift
public var postcode: String?
-
Country
Declaration
Swift
public var country: String?
-
Phone
Declaration
Swift
public var phone: CkoPhoneNumber?
-
Initialize
CkoAddress
Declaration
Swift
public init(name: String? = nil, addressLine1: String? = nil, addressLine2: String? = nil, city: String? = nil, state: String? = nil, postcode: String? = nil, country: String? = nil, phone: CkoPhoneNumber? = nil)
Parameters
name
Name
addressLine1
Line 1
addressLine2
Line 2
city
City
state
State
postcode
Postcode
country
Country
phone
Phone
Return Value
The new
CkoAddress
instance