ListAgreementPaymentRequestsRequest

Types

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

Properties

Link copied to clipboard

An optional parameter to list payment requests for a specific agreement.

Link copied to clipboard

An optional parameter to list payment requests by agreement type (e.g., PurchaseAgreement).

Link copied to clipboard

An optional parameter to list payment requests by catalog (e.g., AWSMarketplace).

Link copied to clipboard

The maximum number of payment requests to return in a single response (1-50). Default is 50.

Link copied to clipboard

A token to specify where to start pagination. Use the nextToken value from a previous response to retrieve the next page of results.

Link copied to clipboard

The party type for the payment requests. Required parameter. Use Proposer to list payment requests where you are the seller, or Acceptor to list payment requests where you are the buyer.

Link copied to clipboard

An optional parameter to list payment requests by status. Valid values include VALIDATING, VALIDATION_FAILED, PENDING_APPROVAL, APPROVED, REJECTED, and CANCELLED.

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