PaymentMethodOptions

@JsonClass(generateAdapter = true)
data class PaymentMethodOptions(val card: CardOptions?, val cardPresent: CardPresentOptions? = null) : Serializable

Payment-method-specific configuration.

Constructors

Link copied to clipboard
constructor(card: CardOptions?, cardPresent: CardPresentOptions? = null)

Properties

Link copied to clipboard

If the intent’s payment_method_types includes card, this contains the configurations that will be applied to each setup attempt of that type.

Link copied to clipboard

Configured payment method options transaction of type card_present.