PaymentMethodCreateOptions class final

Constructors

PaymentMethodCreateOptions({PaymentIntentAcssDebit? acssDebit, Object? affirm, Object? afterpayClearpay, Object? alipay, PaymentIntentAuBecsDebit? auBecsDebit, PaymentIntentBacsDebit? bacsDebit, Object? bancontact, PaymentIntentBillingDetails? billingDetails, Object? blik, PaymentMethodDetailsBoleto? boleto, PaymentMethodCard? card, Object? cashapp, String? customer, Object? customerBalance, PaymentIntentEps? eps, List<String>? expand, PaymentIntentFpx? fpx, Object? giropay, Object? grabpay, PaymentIntentIdeal? ideal, Object? interacPresent, PaymentIntentKlarna? klarna, Object? konbini, Object? link, Map<String, String>? metadata, Object? mobilepay, Object? oxxo, PaymentIntentP24? p24, String? paymentMethod, Object? paynow, Object? paypal, Object? pix, Object? promptpay, RadarRadarOptions? radarOptions, Object? revolutPay, PaymentIntentSepaDebit? sepaDebit, PaymentIntentSofort? sofort, Object? swish, PaymentMethodsType? type, PaymentIntentUsBankAccount? usBankAccount, Object? wechatPay, Object? zip})
const
PaymentMethodCreateOptions.fromJson(Object? json)
factory

Properties

acssDebit → PaymentIntentAcssDebit?
final
affirm → Object?
final
afterpayClearpay → Object?
final
alipay → Object?
final
auBecsDebit → PaymentIntentAuBecsDebit?
final
bacsDebit → PaymentIntentBacsDebit?
final
bancontact → Object?
final
billingDetails → PaymentIntentBillingDetails?
final
blik → Object?
final
boleto → PaymentMethodDetailsBoleto?
final
card → PaymentMethodCard?
final
cashapp → Object?
final
customer → String?
final
customerBalance → Object?
final
eps → PaymentIntentEps?
final
expand → List<String>?
final
fpx → PaymentIntentFpx?
final
giropay → Object?
final
grabpay → Object?
final
hashCode → int
The hash code for this object.
no setterinherited
ideal → PaymentIntentIdeal?
final
interacPresent → Object?
final
klarna → PaymentIntentKlarna?
final
konbini → Object?
final
final
metadata → Map<String, String>?
final
mobilepay → Object?
final
oxxo → Object?
final
p24 → PaymentIntentP24?
final
paymentMethod → String?
final
paynow → Object?
final
paypal → Object?
final
pix → Object?
final
promptpay → Object?
final
radarOptions → RadarRadarOptions?
final
revolutPay → Object?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sepaDebit → PaymentIntentSepaDebit?
final
sofort → PaymentIntentSofort?
final
swish → Object?
final
type → PaymentMethodsType?
final
usBankAccount → PaymentIntentUsBankAccount?
final
wechatPay → Object?
final
zip → Object?
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>(PaymentMethodCreateOptions instance, Encoder<V> encoder) → V