OpenPayRefund

interface OpenPayRefund : 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 refund.

abstract val amount: BigDecimal
gstAmount
Link copied to clipboard

The GST amount of the amount you want to refund.

abstract val gstAmount: BigDecimal?
paymentTransactionRef
Link copied to clipboard

Container reference in the transaction logs.

This number uniquely identifies the payment transaction in the container.

abstract val paymentTransactionRef: String
reason
Link copied to clipboard

The reason or justification for the refund.

abstract val reason: String?