OPPCDBilling
@objc
public class OPPCDBilling : NSObject
The OPPCDBilling
holds the billing address of the customer.
-
The door number, floor, building number, building name, and/or street name of the billing address.
Declaration
Swift
@objc public var street1: String?
-
The adjoining road or locality (if required) of the billing address.
Declaration
Swift
@objc public var street2: String?
-
The town or city of the billing address.
Declaration
Swift
@objc public var city: String?
-
The state or region of the billing address.
Declaration
Swift
@objc public var state: String?
-
The postal code or zip code of the billing address.
Declaration
Swift
@objc public var postcode: String?
-
The country of the billing address.
Declaration
Swift
@objc public var country: String?