OPPCDShipping
@objc
public class OPPCDShipping : NSObject
                The OPPCDShipping holds the shipping details of ordered goods.
- 
                  
                  
The door number, floor, building number, building name, and/or street name of the shipping address.
Declaration
Swift
@objc public var street1: String? - 
                  
                  
The adjoining road or locality (if required) of the shipping address.
Declaration
Swift
@objc public var street2: String? - 
                  
                  
The town or city of the shipping address.
Declaration
Swift
@objc public var city: String? - 
                  
                  
The state or region of the shipping address.
Declaration
Swift
@objc public var state: String? - 
                  
                  
The postal code or zip code of the shipping address.
Declaration
Swift
@objc public var postcode: String? - 
                  
                  
The country of the shipping address.
Declaration
Swift
@objc public var country: String? - 
                  
                  
The total amount of the shipping cost.
Declaration
Swift
@objc public var cost: String? - 
                  
                  
Provides the customer details.
Declaration
Swift
@objc public var customer: OPPCDCustomer? - 
                  
                  
The phone number for shipping address.
Declaration
Swift
@objc public var phone: String? 
      OPPCDShipping Class Reference