PaymentRequestSummary

Summary view of a payment request.

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 charged or to be charged to the buyer.

Link copied to clipboard

The unique identifier of the charge created after the payment request is approved. This field is only present for approved payment requests.

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

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

Link copied to clipboard

The currency code for the charge amount.

Link copied to clipboard
val name: String?

The descriptive name of the payment request.

Link copied to clipboard

The unique identifier of the payment request.

Link copied to clipboard

The current status of the payment request. Possible values include VALIDATING, VALIDATION_FAILED, PENDING_APPROVAL, APPROVED, REJECTED, and CANCELLED.

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

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

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