PaymentOptionDetails

data class PaymentOptionDetails(val instrumentTypes: List<InstrumentType>, val paymentOption: PaymentOptionType?, val paymentOptionSettings: PaymentOptionSettings?)

Data class representing Payment option details and instrument types supported by the payment option.

Constructors

Link copied to clipboard
constructor(instrumentTypes: List<InstrumentType>, paymentOption: PaymentOptionType?, paymentOptionSettings: PaymentOptionSettings?)

Properties

Link copied to clipboard

List of the supported payment instrument types.

Link copied to clipboard

Payment Option.

Link copied to clipboard

Settings for a specific payment option.