Address
public class Address : APIModel
Residential address of the company or individual. Mailing may used in cases, where the payment provider has issues processing the payment.
-
Undocumented
Declaration
Swift
public var street: String
-
Undocumented
Declaration
Swift
public var houseNo: String
-
Undocumented
Declaration
Swift
public var postalCode: String
-
Undocumented
Declaration
Swift
public var city: String
-
Country code in as specified in ISO 3166-1.
Declaration
Swift
public var countryCode: String
-
Undocumented
Declaration
Swift
public init(street: String, houseNo: String, postalCode: String, city: String, countryCode: String)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Address, rhs: Address) -> Bool