listAgreementPaymentRequests
inline suspend fun MarketplaceAgreementClient.listAgreementPaymentRequests(crossinline block: ListAgreementPaymentRequestsRequest.Builder.() -> Unit): ListAgreementPaymentRequestsResponse
Lists payment requests available to you as a seller or buyer. Both sellers (proposers) and buyers (acceptors) can use this operation to find payment requests by specifying their party type and applying optional parameters.
PartyType is a required parameter. A ValidationException is returned if PartyType is not provided. Pagination is supported through maxResults (1-50, default 50) and nextToken parameters.