Interface CancellationReason.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CancellationReason.Builder,CancellationReason>, SdkBuilder<CancellationReason.Builder,CancellationReason>, SdkPojo
Enclosing class:
CancellationReason

public static interface CancellationReason.Builder extends SdkPojo, CopyableBuilder<CancellationReason.Builder,CancellationReason>
  • 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.