DigitalPayGiftCard

public protocol DigitalPayGiftCard : DigitalPayPaymentInstrument

Undocumented

  • Only present if an error occurred during payment.

    Declaration

    Swift

    var stepUp: CreditCardStepUp? { get }
  • This object is only included in the response if it is enabled in the consumers API configuration.

    Declaration

    Swift

    var receiptData: DigitalPayRecieptData? { get }
  • The external service code (from eg. Webpay).

    This property is only included in the response if it is enabled in the consumers API configuration.

    Declaration

    Swift

    var externalServiceCode: String? { get }
  • The external service message (from eg. Webpay).

    This property is only included in the response if it is enabled in the consumers API configuration.

    Declaration

    Swift

    var externalServiceMessage: String? { get }