CancelAgreementPaymentRequestResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the agreement associated with this payment request.

Link copied to clipboard

The amount that was requested to be charged.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The date and time when the payment request was originally created, in ISO 8601 format.

Link copied to clipboard

The currency code for the charge amount.

Link copied to clipboard

The detailed description of the payment request, if provided.

Link copied to clipboard
val name: String?

The descriptive name of the payment request.

Link copied to clipboard

The unique identifier of the cancelled payment request.

Link copied to clipboard

The updated status of the payment request, which is CANCELLED.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The date and time when the payment request was cancelled, in ISO 8601 format.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String