CaptureActionSuccess

@objc(PPCCaptureActionSuccess)
@objcMembers
class CaptureActionSuccess
extension CaptureActionSuccess : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol

Object representing a successful capture action. Currently exclusively wraps the OrderActionData, but may be extended in the future.

  • Data associated with a successful capture order action

    Declaration

    Swift

    let data: OrderActionData