RecurringWithIntentSession class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RecurringWithIntentSession({String? customerId, required String clientSecret, Shipping? shipping, bool? isBillingRequired, bool? isEmailRequired, required String currency, required String countryCode, required double amount, String? returnUrl, GooglePayOptions? googlePayOptions, ApplePayOptions? applePayOptions, List<String>? paymentMethods, required String paymentIntentId, bool? autoCapture, required NextTriggeredBy nextTriggeredBy, required MerchantTriggerReason merchantTriggerReason})

Properties

amount double
getter/setter pairinherited
applePayOptions ApplePayOptions?
getter/setter pairinherited
autoCapture bool?
getter/setter pair
clientSecret String
getter/setter pairinherited
countryCode String
getter/setter pairinherited
currency String
getter/setter pairinherited
customerId String?
getter/setter pairinherited
googlePayOptions GooglePayOptions?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isBillingRequired bool?
getter/setter pairinherited
isEmailRequired bool?
getter/setter pairinherited
merchantTriggerReason MerchantTriggerReason
getter/setter pair
nextTriggeredBy NextTriggeredBy
getter/setter pair
paymentIntentId String
getter/setter pair
paymentMethods List<String>?
getter/setter pairinherited
returnUrl String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping Shipping?
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited