getCashMethods method

  1. @override
Future<CashMethodsResponse> getCashMethods()
override

Implementation

@override
Future<CashMethodsResponse> getCashMethods() async =>
    CashMethodsResponse.fromJson(await httpAdapter.httpGetResponse(
        uri: 'list-of-cash-methods', headers: EpaycoConstants.headers));