MyAppApi class abstract

Implementers

Constructors

MyAppApi()

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

addBillingInfos(dynamic params) Future<NetworkResponse>
createCustomerCardStripe(dynamic params) Future<NetworkResponse>
createPurchaseByCardOnFileStripe(dynamic params) Future<NetworkResponse>
createPurchaseByTokenStripe(dynamic params) Future<NetworkResponse>
deleteBillingInfos(dynamic params) Future<NetworkResponse>
deleteCustomerCardStripe(dynamic cardId) Future<NetworkResponse>
getBillingInfos(dynamic params) Future<NetworkResponse>
getCustomerCardsStripe(dynamic page, dynamic pageSize) Future<NetworkResponse>
getWalletInfo(dynamic params) Future<NetworkResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCustomerCardDefaultStripe(dynamic cardId) Future<NetworkResponse>
setDefaultBillingInfos(dynamic params) Future<NetworkResponse>
toString() String
A string representation of this object.
inherited
updateBillingInfos(dynamic params) Future<NetworkResponse>

Operators

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