CommonPaymentAgreementRequest

Common properties of the PaymentAgreement request

interface CommonPaymentAgreementRequest

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

clientReference
Link copied to clipboard

A merchant application specific reference number for the transaction.

abstract val clientReference: String
customerRef
Link copied to clipboard

A merchant application specific reference number for the customer.

abstract val customerRef: String?
description
Link copied to clipboard

Description of the payment agreement. Used to distinguish payment agreements from one another.

abstract val description: String?
orderNumber
Link copied to clipboard

Merchant order number of the transaction.

abstract val orderNumber: String?

Inheritors

CreatePaymentAgreementRequest
Link copied to clipboard
UpdatePaymentAgreementRequest
Link copied to clipboard