CardPaymentRequest

@objc
public protocol CardPaymentRequest

Defines the parameters required to proceed with a payment request, after a Card Check with Payment.

Refer to its subclasses

CardSale, CardRefund, CardPreAuthSale

  • debugDescription Extension method

    Used to print the debug content of the object

    Declaration

    Swift

    public var debugDescription: String { get }