Interface DeletePaymentConnectorResponse.Builder

  • Method Details

    • status

      The current status of the payment connector, set to DELETING when deletion is initiated. Possible values include CREATING, READY, UPDATING, DELETING, CREATE_FAILED, UPDATE_FAILED, and DELETE_FAILED .

      Parameters:
      status - The current status of the payment connector, set to DELETING when deletion is initiated. Possible values include CREATING, READY, UPDATING, DELETING, CREATE_FAILED, UPDATE_FAILED, and DELETE_FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the payment connector, set to DELETING when deletion is initiated. Possible values include CREATING, READY, UPDATING, DELETING, CREATE_FAILED, UPDATE_FAILED, and DELETE_FAILED .

      Parameters:
      status - The current status of the payment connector, set to DELETING when deletion is initiated. Possible values include CREATING, READY, UPDATING, DELETING, CREATE_FAILED, UPDATE_FAILED, and DELETE_FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paymentConnectorId

      DeletePaymentConnectorResponse.Builder paymentConnectorId(String paymentConnectorId)

      The unique identifier of the deleted payment connector.

      Parameters:
      paymentConnectorId - The unique identifier of the deleted payment connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.