Interface CancellationReason.Builder

  • Method Details

    • item

      Item in the request which caused the transaction to get cancelled.

      Parameters:
      item - Item in the request which caused the transaction to get cancelled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      Status code for the result of the cancelled transaction.

      Parameters:
      code - Status code for the result of the cancelled transaction.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Cancellation reason message description.

      Parameters:
      message - Cancellation reason message description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.