CustomerPaymentRequest

Detailed information for a single Payment Request

interface CustomerPaymentRequest : Payment

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

basket
Link copied to clipboard

The Basket associated to this Payment Request`

abstract val basket: Basket?
grossAmount
Link copied to clipboard

The gross amount to be paid. Must be positive except for refunds

abstract override val grossAmount: BigDecimal
merchantId
Link copied to clipboard

The ID of the merchant associated with this transaction

abstract val merchantId: String
merchantReferenceId
Link copied to clipboard

The unique reference for the payment as defined by the Merchant

abstract override val merchantReferenceId: String
paymentRequestId
Link copied to clipboard

The ID of this payment request

abstract override val paymentRequestId: String