Represents a withdrawal option.

interface WithdrawalOption {
    instrumentTypes: InstrumentType[];
    paymentOption: PaymentOptionType;
}

Properties

instrumentTypes: InstrumentType[]

The list of instrument types.

paymentOption: PaymentOptionType

The payment option.