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 ACTIVE after the billing agreement is executed

    Declaration

    Swift

    let state: String