CheckoutProvider class

Constructors

CheckoutProvider({required String authorization})

Properties

authorization String
final
codes Map
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpService ↔ HttpService
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

customerCardCreate({required Card? dataCard, required dynamic token}) Future<Card?>
customerCardDelete({required Card? dataCard}) Future<void>
customerCardTokenCreate({required Card? dataCard, required dynamic email}) Future<Map?>
customerCreate({required UserModel? userModel}) Future<CustomerModel?>
customerSearch({required UserModel? userModel, String path = "/customers/search"}) Future<CustomerModel?>
getIdentificationTypes({int idTaxonomies = 0}) Future<List?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payments() → dynamic
paymentsSearch() → dynamic
payOrder({required Card dataCard, required UserModel userModel, required String orderNumber, required double amount}) Future<PaymentResponseModel?>
toString() String
A string representation of this object.
inherited

Operators

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