ShippingChange
@objc(PPCShippingChange)
@objcMembers
final class ShippingChange
extension ShippingChange : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Swift
let billingToken: String? -
Undocumented
Declaration
Swift
let payToken: String -
Undocumented
Declaration
Swift
let paymentID: String? -
The current selected shipping address
Declaration
Swift
let selectedShippingAddress: ShippingChangeAddress -
The current selected shipping method
Declaration
Swift
var selectedShippingMethod: ShippingMethod? { get } -
The list of available shipping methods
Declaration
Swift
let shippingMethods: [ShippingMethod] -
An enum indicating whether the buyer has selected a new shipping address or shipping method
Declaration
Swift
let type: ShippingChangeType
View on GitHub
Install in Dash
ShippingChange Class Reference