type property

PaymentMethodType get type
inherited

The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.

Implementation

Upi? get upi; UsBankAccount? get usBankAccount;/// The type of the PaymentMethod.
/// An additional hash is included on the PaymentMethod with a name
/// matching this value.
/// It contains additional information specific to the PaymentMethod type.
PaymentMethodType get type;