UpdatePaymentAgreementRequest

Request containing the details of the PaymentAgreement to update

interface UpdatePaymentAgreementRequest : 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

billingAddress
Link copied to clipboard

Billing address for the customer.

abstract val billingAddress: PaymentAgreementBillingAddress?
clientReference
Link copied to clipboard

A merchant application specific reference number for the transaction.

abstract override val clientReference: String
customerRef
Link copied to clipboard

A merchant application specific reference number for the customer.

abstract override val customerRef: String?
description
Link copied to clipboard

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

abstract override val description: String?
orderNumber
Link copied to clipboard

Merchant order number of the transaction.

abstract override val orderNumber: String?
paymentAgreement
Link copied to clipboard

Details of the payment agreement

abstract val paymentAgreement: PaymentAgreement?