Package io.sendon.payment
Class SendonPayment
- java.lang.Object
-
- io.sendon.base.SendonClient
-
- io.sendon.payment.SendonPayment
-
public class SendonPayment extends SendonClient
-
-
Field Summary
-
Fields inherited from class io.sendon.base.SendonClient
gson, httpClient
-
-
Constructor Summary
Constructors Constructor Description SendonPayment(String userId, String apiKey)SendonPayment(String userId, String apiKey, boolean useOkHttp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPaymentHistoriesgetPaymentHistories(int page, int limit, String startDate, String endDate)GetPaymentHistorygetPaymentHistory(int historyId)-
Methods inherited from class io.sendon.base.SendonClient
delete, get, parseJsonResponse, post, postImagesWithMultipartFormData, postImageWithMultipartFormData, put
-
-
-
-
Method Detail
-
getPaymentHistories
public GetPaymentHistories getPaymentHistories(int page, int limit, String startDate, String endDate)
-
getPaymentHistory
public GetPaymentHistory getPaymentHistory(int historyId)
-
-