BaseSession class abstract

Implementers

Constructors

BaseSession({required String type, required String clientSecret, String? customerId, Shipping? shipping, bool? isBillingRequired, bool? isEmailRequired, required String currency, required String countryCode, required double amount, String? returnUrl, GooglePayOptions? googlePayOptions, ApplePayOptions? applePayOptions, List<String>? paymentMethods})

Properties

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

Methods

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

Operators

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