public static final class PayoutService.PayoutListRequest<S> extends ListRequest<S,Payout>
Request class for PayoutService.list()
.
Returns a cursor-paginated list of your payouts.
Modifier and Type | Class and Description |
---|---|
static class |
PayoutService.PayoutListRequest.CreatedAt |
static class |
PayoutService.PayoutListRequest.Currency |
static class |
PayoutService.PayoutListRequest.PayoutType |
static class |
PayoutService.PayoutListRequest.Status |
ListRequest.ListRequestExecutor<S,T>
Modifier and Type | Method and Description |
---|---|
PayoutService.PayoutListRequest<S> |
withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
|
PayoutService.PayoutListRequest<S> |
withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
|
PayoutService.PayoutListRequest<S> |
withCreatedAt(PayoutService.PayoutListRequest.CreatedAt createdAt) |
PayoutService.PayoutListRequest<S> |
withCreatedAtGt(java.lang.String gt)
Limit to records created after the specified date-time.
|
PayoutService.PayoutListRequest<S> |
withCreatedAtGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
|
PayoutService.PayoutListRequest<S> |
withCreatedAtLt(java.lang.String lt)
Limit to records created before the specified date-time.
|
PayoutService.PayoutListRequest<S> |
withCreatedAtLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
|
PayoutService.PayoutListRequest<S> |
withCreditor(java.lang.String creditor)
Unique identifier, beginning with “CR”.
|
PayoutService.PayoutListRequest<S> |
withCreditorBankAccount(java.lang.String creditorBankAccount)
Unique identifier, beginning with “BA”.
|
PayoutService.PayoutListRequest<S> |
withCurrency(PayoutService.PayoutListRequest.Currency currency)
ISO 4217 currency code.
|
PayoutService.PayoutListRequest<S> |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
PayoutService.PayoutListRequest<S> |
withLimit(java.lang.Integer limit)
Number of records to return.
|
PayoutService.PayoutListRequest<S> |
withPayoutType(PayoutService.PayoutListRequest.PayoutType payoutType)
Whether a payout contains merchant revenue or partner fees.
|
PayoutService.PayoutListRequest<S> |
withReference(java.lang.String reference)
Reference which appears on the creditor’s bank statement.
|
PayoutService.PayoutListRequest<S> |
withStatus(PayoutService.PayoutListRequest.Status status)
One of:
pending : the payout has been created, but not yet sent to the banks paid : the payout has been sent to the banks |
execute, executeWrapped, iteratingExecutor, pagingExecutor
public PayoutService.PayoutListRequest<S> withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
public PayoutService.PayoutListRequest<S> withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
public PayoutService.PayoutListRequest<S> withCreatedAt(PayoutService.PayoutListRequest.CreatedAt createdAt)
public PayoutService.PayoutListRequest<S> withCreatedAtGt(java.lang.String gt)
Limit to records created after the specified date-time.
public PayoutService.PayoutListRequest<S> withCreatedAtGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public PayoutService.PayoutListRequest<S> withCreatedAtLt(java.lang.String lt)
Limit to records created before the specified date-time.
public PayoutService.PayoutListRequest<S> withCreatedAtLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public PayoutService.PayoutListRequest<S> withCreditor(java.lang.String creditor)
Unique identifier, beginning with “CR”.
public PayoutService.PayoutListRequest<S> withCreditorBankAccount(java.lang.String creditorBankAccount)
Unique identifier, beginning with “BA”.
public PayoutService.PayoutListRequest<S> withCurrency(PayoutService.PayoutListRequest.Currency currency)
ISO 4217 currency code. Currently “AUD”, “DKK”, “EUR”, “GBP”, “NZD” and “SEK” are supported.
public PayoutService.PayoutListRequest<S> withLimit(java.lang.Integer limit)
Number of records to return.
public PayoutService.PayoutListRequest<S> withPayoutType(PayoutService.PayoutListRequest.PayoutType payoutType)
Whether a payout contains merchant revenue or partner fees.
public PayoutService.PayoutListRequest<S> withReference(java.lang.String reference)
Reference which appears on the creditor’s bank statement.
public PayoutService.PayoutListRequest<S> withStatus(PayoutService.PayoutListRequest.Status status)
One of:
pending
: the payout has been created, but not yet sent to the bankspaid
: the payout has been sent to the bankspublic PayoutService.PayoutListRequest<S> withHeader(java.lang.String headerName, java.lang.String headerValue)