CancelRefund

public final class CancelRefund

The refund information for cancelling the itinerary.

Parameters

amount

The amount of the refund on cancelling the itinerary.

currency

The currency of the refund amount.

Constructors

Link copied to clipboard
public CancelRefund CancelRefund(String amount, String currency)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String amount
Link copied to clipboard
@Valid()
private final String currency

Functions

Link copied to clipboard
public final static CancelRefund.Builder builder()
Link copied to clipboard
public final String getAmount()
Link copied to clipboard
public final String getCurrency()