PaymentRepo class

Constructors

PaymentRepo([AppApi? api])
factory

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

createAsOrder(dynamic params) Future<PaymentOrder?>
createCustomerCardStripe(dynamic params) Future<PaymentCardStripe?>
createPurchaseByCardOnFileStripe(PaymentRequestModel request) Future<List<PaymentInfoModel>>
deleteCustomerCardStripe(dynamic cardId) Future<bool>
getCustomerCardsStripe(dynamic page, dynamic pageSize) Future<List<PaymentCardStripe>>
getOrdersFromAdmin(dynamic params) Future<List<PaymentOrder>>
getOrdersFromProOrUser(dynamic params) Future<List<PaymentOrder>>
getPaymentMethodList(dynamic params) Future<List<PaymentMethod>>
getPaymentStatusList(dynamic params) Future<List<PaymentStatus>>
getWalletInfo() Future<WalletInfo?>
marketPlaceGetProductRefByCat(dynamic params) Future<List<MarketProduct>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payOrder(dynamic params) Future<PaymentPayorderResult?>
setCustomerCardDefaultStripe(dynamic cardId) Future<bool>
toString() String
A string representation of this object.
inherited
updateOrderDetailsByAdmin(dynamic cardId) Future<bool>

Operators

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