OpenPayCompletion

interface OpenPayCompletion : 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 process in the completion.

abstract val amount: BigDecimal
gstAmount
Link copied to clipboard

The GST amount of the amount you want to process in the completion.

abstract val gstAmount: BigDecimal?
paymentTransactionRef
Link copied to clipboard

Container reference in the transaction logs.

This number uniquely identifies the credit card transaction in the container.

abstract val paymentTransactionRef: String