MyAccountApi class
Methods
-
changePasswordMyChangePasswordPost(ChangePassword changePassword)
→ Future<ResponseSchema?>
-
Change Password
-
changePasswordMyChangePasswordPostWithHttpInfo(ChangePassword changePassword)
→ Future<Response>
-
Change Password
-
getAccountDetailsMyDetailsGet()
→ Future<MyAccountDetailsSchema?>
-
Get Account Details
-
getAccountDetailsMyDetailsGetWithHttpInfo()
→ Future<Response>
-
Get Account Details
-
getBankDetailsMyBankGet()
→ Future<BankResponseSchema?>
-
Get Bank Details
-
getBankDetailsMyBankGetWithHttpInfo()
→ Future<Response>
-
Get Bank Details
-
getBankItemsMyBankItemsGet({String? itemCode, int? page, int? size})
→ Future<DataPageSimpleItemSchema?>
-
Get Bank Items
-
getBankItemsMyBankItemsGetWithHttpInfo({String? itemCode, int? page, int? size})
→ Future<Response>
-
Get Bank Items
-
getGeSellHistoryMyGrandexchangeHistoryGet({String? id, String? code, int? page, int? size})
→ Future<DataPageGeOrderHistorySchema?>
-
Get Ge Sell History
-
getGeSellHistoryMyGrandexchangeHistoryGetWithHttpInfo({String? id, String? code, int? page, int? size})
→ Future<Response>
-
Get Ge Sell History
-
getGeSellOrdersMyGrandexchangeOrdersGet({String? code, int? page, int? size})
→ Future<DataPageGEOrderSchema?>
-
Get Ge Sell Orders
-
getGeSellOrdersMyGrandexchangeOrdersGetWithHttpInfo({String? code, int? page, int? size})
→ Future<Response>
-
Get Ge Sell Orders
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited