BillingActionData
@objc(PPCBillingActionData)
@objcMembers
class BillingActionData
extension BillingActionData : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol
Data vended in response to a successful OrderAction for executing a billing agreement
-
Full JSON response to the billing execute action request
Declaration
Swift
let billingData: [String : Any] -
The Billing-ID to be used for future billing agreement transactions
Declaration
Swift
let billingId: String -
The state of the billing agreement, which should be
ACTIVEafter the billing agreement is executedDeclaration
Swift
let state: String
View on GitHub
Install in Dash
BillingActionData Class Reference