PortalEazeApiService class

Constructors

PortalEazeApiService.new()

Properties

cancelToken ↔ CancelToken
getter/setter pair
client ↔ Dio
getter/setter pair
clientToken ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDenom(String code) Future<ApiResponse<DenomResponse>>
getHistory(String partnerId, {String? limit, String? flag}) Future<ApiResponse<PaymentHistoryResponse>>
getNews() Future<ApiResponse<New>>
getPaymentCategory() Future<ResponsePaymentCategory>
getPaymentType({int? page}) Future<ApiResponse<PaymentTypes>>
getPaymentTypeAdditionalKey(String type) Future<ResponsePaymentType>
getPaymentTypeAdditionalLimit(String limit) Future<ResponsePaymentType>
getPaymentTypeAdditionalLimitAndKey(String limit, String type) Future<ResponsePaymentType>
getPaymentTypeByCategory(String category, String limit, String search) Future<ResponsePaymentType>
getPaymentTypeGroup(String id) Future<ApiResponseList<PaymentTypeGroup>>
getRequestData<T>(String path, T builder(dynamic data)) Future<ResultData<T>>
getRequestListData<T>(String path, T builder(List? data)) Future<ResultData<T>>
getRequestListWithoutData<T>(String path, List<T> builder(List data)) Future<ApiResponseList<T>>
getRequestWithData<T>(String path, Map<String, dynamic> request, T builder(Map<String, dynamic> data)) Future<ApiResponse<T>>
getRequestWithoutData<T>(String path, T builder(Map<String, dynamic> data)) Future<ApiResponse<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payment(Map<String, dynamic> request) Future<ApiResponse<VirtualAccount>>
paymentGroup() Future<ApiResponse<PaymentGroup>>
paymentQR(String idBilling, String paymentType, String amount) Future<ResponsePaymentQr>
platform() Future<ApiResponse<Token>>
postRequestWithData<T>(String path, Map<String, dynamic>? request, T builder(Map<String, dynamic> data)) Future<ApiResponse<T>>
toString() String
A string representation of this object.
inherited
tracking(PostData postData) Future<ApiResponse<Tracking>>
transactionTrack(PostData postData) Future<ApiResponse<TransactionTrackResponse>>

Operators

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