CardForm class

Constructors

CardForm({required CardFormCollector cardFormCollector})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collect([String? intentId, bool? shouldSaveCard]) Future<VaultData?>
createCardToken(String cardIntentId, VaultData cardData) Future<IntentStateDetails?>
getCardFormCollector(String signature) → CardFormCollector
This method is internal and should not be used by clients. It will throw NoSuchMethodError if invoked.
isValid() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(String intentId, VaultData cardData, bool saveCard, Map<String, String>? billingData, Map<String, String>? shippingData) Future<IntentDetails?>
toString() String
A string representation of this object.
inherited

Operators

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