| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<Payment> |
ReportsApi.reportsPaymentsHistoryGet(Integer limit,
Integer offset,
String fromDate,
String toDate)
Lists all payments
|
ApiResponse<List<Payment>> |
ReportsApi.reportsPaymentsHistoryGetWithHttpInfo(Integer limit,
Integer offset,
String fromDate,
String toDate)
Lists all payments
|
List<Payment> |
ReportsApi.reportsReferralsPayoutHistoryGet()
Lists all referral payout history
|
ApiResponse<List<Payment>> |
ReportsApi.reportsReferralsPayoutHistoryGetWithHttpInfo()
Lists all referral payout history
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ReportsApi.reportsPaymentsHistoryGetAsync(Integer limit,
Integer offset,
String fromDate,
String toDate,
ApiCallback<List<Payment>> callback)
Lists all payments (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsPayoutHistoryGetAsync(ApiCallback<List<Payment>> callback)
Lists all referral payout history (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Payment |
Payment.amount(BigDecimal amount) |
Payment |
Payment.date(org.threeten.bp.OffsetDateTime date) |
Payment |
Payment.source(String source) |
Copyright © 2019. All rights reserved.