StripeServiceNew class

Constructors

StripeServiceNew({required PaymentSetting paymentSetting, required num totalAmount, required dynamic onComplete(Map<String, dynamic>)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onComplete ↔ dynamic Function(Map<String, dynamic>)
getter/setter pair
paymentSetting PaymentSetting
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmount num
getter/setter pair

Methods

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

Operators

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