OpenPayPayments

public protocol OpenPayPayments

Undocumented

  • The payment token.

    Declaration

    Swift

    var paymentToken: String { get }
  • The amount you want to pay with the payment instrument.

    Declaration

    Swift

    var amount: Decimal { get }
  • The GST amount of the full amount you want to pay with the payment instrument.

    Declaration

    Swift

    var gstAmount: Decimal? { get }