Interface PaymentRequestSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentRequestSummary.Builder,,PaymentRequestSummary> SdkBuilder<PaymentRequestSummary.Builder,,PaymentRequestSummary> SdkPojo
- Enclosing class:
PaymentRequestSummary
-
Method Summary
Modifier and TypeMethodDescriptionagreementId(String agreementId) The unique identifier of the agreement associated with this payment request.chargeAmount(String chargeAmount) The amount charged or to be charged to the buyer.The unique identifier of the charge created after the payment request is approved.The date and time when the payment request was created, in ISO 8601 format.currencyCode(String currencyCode) The currency code for the charge amount.The descriptive name of the payment request.paymentRequestId(String paymentRequestId) The unique identifier of the payment request.The current status of the payment request.status(PaymentRequestStatus status) The current status of the payment request.The date and time when the payment request was last updated, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
paymentRequestId
The unique identifier of the payment request.
- Parameters:
paymentRequestId- The unique identifier of the payment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementId
The unique identifier of the agreement associated with this payment request.
- Parameters:
agreementId- The unique identifier of the agreement associated with this payment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the payment request. Possible values include
VALIDATING,VALIDATION_FAILED,PENDING_APPROVAL,APPROVED,REJECTED, andCANCELLED.- Parameters:
status- The current status of the payment request. Possible values includeVALIDATING,VALIDATION_FAILED,PENDING_APPROVAL,APPROVED,REJECTED, andCANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the payment request. Possible values include
VALIDATING,VALIDATION_FAILED,PENDING_APPROVAL,APPROVED,REJECTED, andCANCELLED.- Parameters:
status- The current status of the payment request. Possible values includeVALIDATING,VALIDATION_FAILED,PENDING_APPROVAL,APPROVED,REJECTED, andCANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The descriptive name of the payment request.
- Parameters:
name- The descriptive name of the payment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeId
The unique identifier of the charge created after the payment request is approved. This field is only present for approved payment requests.
- Parameters:
chargeId- The unique identifier of the charge created after the payment request is approved. This field is only present for approved payment requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeAmount
The amount charged or to be charged to the buyer.
- Parameters:
chargeAmount- The amount charged or to be charged to the buyer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
The currency code for the charge amount.
- Parameters:
currencyCode- The currency code for the charge amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the payment request was created, in ISO 8601 format.
- Parameters:
createdAt- The date and time when the payment request was created, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the payment request was last updated, in ISO 8601 format.
- Parameters:
updatedAt- The date and time when the payment request was last updated, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-