SetupStripePayment class

Constructors

SetupStripePayment.new({num amount = 1, String currency = "USD", required String token, String merchantDisplayName = "Your Name", String? customerId, String? customerName})

Properties

amount num
final
currency String
final
customerId String?
final
customerName String?
final
hashCode int
The hash code for this object.
no setterinherited
merchantDisplayName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

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

Operators

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

Static Methods

isCustomerIdExist(SetupStripePayment paymentIntent) bool