SendAgreementPaymentRequestRequest

Types

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

Properties

Link copied to clipboard

The unique identifier of the agreement for which the payment request is being submitted. Use GetAgreementTerms to retrieve agreement term details.

Link copied to clipboard

The amount requested to be charged to the buyer, positive decimal value in the currency of the accepted term.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

An optional detailed description of the payment request (1-2000 characters).

Link copied to clipboard
val name: String?

A descriptive name for the payment request (5-64 characters).

Link copied to clipboard

The unique identifier of the VariablePaymentTerm for the agreement that the payment request is being sent for.

Functions

Link copied to clipboard
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