OpenPayPayments

interface OpenPayPayments : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

amount
Link copied to clipboard

The amount you want to pay with the payment instrument.

abstract val amount: BigDecimal
gstAmount
Link copied to clipboard

The GST amount of the full amount you want to pay with the payment instrument.

abstract val gstAmount: BigDecimal?
paymentToken
Link copied to clipboard

The payment token.

abstract val paymentToken: String