Payment option details and instrument types supported by the payment option.

interface PaymentOptionDetails {
    instrumentTypes: InstrumentType[];
    paymentOption: PaymentOptionType;
    paymentOptionSettings?: PaymentOptionSettings;
}

Properties

instrumentTypes: InstrumentType[]

Supported instrument types.

paymentOption: PaymentOptionType

Payment option type.

paymentOptionSettings?: PaymentOptionSettings

Payment option settings.