Interface CancelAgreementPaymentRequestResponse.Builder

  • Method Details

    • paymentRequestId

      CancelAgreementPaymentRequestResponse.Builder paymentRequestId(String paymentRequestId)

      The unique identifier of the cancelled payment request.

      Parameters:
      paymentRequestId - The unique identifier of the cancelled 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 updated status of the payment request, which is CANCELLED.

      Parameters:
      status - The updated status of the payment request, which is CANCELLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The updated status of the payment request, which is CANCELLED.

      Parameters:
      status - The updated status of the payment request, which is CANCELLED.
      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.
    • description

      The detailed description of the payment request, if provided.

      Parameters:
      description - The detailed description of the payment request, if provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chargeAmount

      The amount that was requested to be charged.

      Parameters:
      chargeAmount - The amount that was requested to be charged.
      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 originally created, in ISO 8601 format.

      Parameters:
      createdAt - The date and time when the payment request was originally 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 cancelled, in ISO 8601 format.

      Parameters:
      updatedAt - The date and time when the payment request was cancelled, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.