SpotFlowPaymentManager class

Constructors

SpotFlowPaymentManager({required String key, required String customerEmail, String? planId, required String encryptionKey, String? customerName, String? customerPhoneNumber, String? customerId, String? paymentDescription, String? appName, bool debugMode = true, num? amount})

Properties

amount num?
getter/setter pair
getter/setter pair
appName String?
getter/setter pair
customer → CustomerInfo
no setter
customerEmail String
getter/setter pair
customerId String?
getter/setter pair
customerName String?
getter/setter pair
customerPhoneNumber String?
getter/setter pair
debugMode bool
getter/setter pair
encryptionKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String
auth token
getter/setter pair
paymentDescription String?
getter/setter pair
planId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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