Expanded

data class Expanded(val paymentMethod: PaymentMethod) : PaymentMethodUnion

Container for the expanded PaymentMethod object.

Constructors

Link copied to clipboard
constructor(paymentMethod: PaymentMethod)

Properties

Link copied to clipboard
open override val id: String

ID of the PaymentMethod.

Link copied to clipboard