SessionPaymentMethodOptions class final
payment_method_options_param
Payment-method-specific configuration.
Constructors
- SessionPaymentMethodOptions({SessionAcssDebit? acssDebit, PaymentMethodOptionsZip? affirm, PaymentMethodOptionsZip? afterpayClearpay, PaymentMethodOptionsZip? alipay, PaymentMethodOptionsZip? auBecsDebit, PaymentMethodOptionsBacsDebit? bacsDebit, PaymentMethodOptionsZip? bancontact, SessionBoleto? boleto, SessionCard? card, PaymentMethodOptionsBacsDebit? cashapp, SessionCustomerBalance? customerBalance, PaymentMethodOptionsZip? eps, PaymentMethodOptionsZip? fpx, PaymentMethodOptionsZip? giropay, PaymentMethodOptionsZip? grabpay, PaymentMethodOptionsZip? ideal, PaymentMethodOptionsZip? klarna, SessionKonbini? konbini, PaymentMethodOptionsIdeal? link, SessionKonbini? oxxo, SessionP24? p24, PaymentMethodOptionsZip? paynow, SessionPaypal? paypal, SessionPix? pix, PaymentMethodOptionsIdeal? revolutPay, PaymentMethodOptionsBacsDebit? sepaDebit, PaymentMethodOptionsZip? sofort, SessionSwish? swish, SessionUsBankAccount? usBankAccount, SessionWechatPay? wechatPay})
-
payment_method_options_param
const
- SessionPaymentMethodOptions.fromJson(Object? json)
-
factory
Properties
- acssDebit → SessionAcssDebit?
-
payment_method_options_param
final
- affirm → PaymentMethodOptionsZip?
-
final
- afterpayClearpay → PaymentMethodOptionsZip?
-
final
- alipay → PaymentMethodOptionsZip?
-
final
- auBecsDebit → PaymentMethodOptionsZip?
-
final
- bacsDebit → PaymentMethodOptionsBacsDebit?
-
final
- bancontact → PaymentMethodOptionsZip?
-
final
- boleto → SessionBoleto?
-
payment_method_options_param
final
- card → SessionCard?
-
payment_method_options_param
final
- cashapp → PaymentMethodOptionsBacsDebit?
-
final
- customerBalance → SessionCustomerBalance?
-
payment_method_options_param
final
- eps → PaymentMethodOptionsZip?
-
final
- fpx → PaymentMethodOptionsZip?
-
final
- giropay → PaymentMethodOptionsZip?
-
final
- grabpay → PaymentMethodOptionsZip?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ideal → PaymentMethodOptionsZip?
-
final
- klarna → PaymentMethodOptionsZip?
-
final
- konbini → SessionKonbini?
-
payment_method_options_param
final
- link → PaymentMethodOptionsIdeal?
-
final
- oxxo → SessionKonbini?
-
final
- p24 → SessionP24?
-
payment_method_options_param
final
- paynow → PaymentMethodOptionsZip?
-
final
- paypal → SessionPaypal?
-
payment_method_options_param
final
- pix → SessionPix?
-
payment_method_options_param
final
- revolutPay → PaymentMethodOptionsIdeal?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sepaDebit → PaymentMethodOptionsBacsDebit?
-
final
- sofort → PaymentMethodOptionsZip?
-
final
- swish → SessionSwish?
-
payment_method_options_param
final
- usBankAccount → SessionUsBankAccount?
-
payment_method_options_param
final
- wechatPay → SessionWechatPay?
-
payment_method_options_param
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SessionPaymentMethodOptions instance, Encoder< V> encoder) → V