OrderActionData

@objc(PPCOrderActionData)
@objcMembers
class OrderActionData
extension OrderActionData : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol

Data vended in response to a successful OrderAction for capturing/authorizing funds

  • id

    Identifier of the response

    Declaration

    Swift

    let id: String
  • Full JSON response to the order action request

    Declaration

    Swift

    var orderData: [String : Any]
  • Status of the response

    Declaration

    Swift

    let status: String