Package model
Class ListTransfersQueryParams
java.lang.Object
model.ListTransfersQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListTransfersQueryParams
extends Object
ListTransfersQueryParams
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) beforeCursor(String beforeCursor) createdAtGte(String createdAtGte) createdAtLte(String createdAtLte) booleanstatic ListTransfersQueryParamsCreate an instance of ListTransfersQueryParams given an JSON stringReturn every resource created after the cursor value.Filter by an amount equal to the given valueFilter by an amount greater thanFilter by an amount greater than or equalFilter by an amount less thanFilter by an amount less than or equalReturn every resource created before the cursor value.Filter where created_at is after the given date.Filter where created_at is before the given date.getId()Filter by idFilter by idempotency_idFilter Transactions by the last 4 digits of the bank account.Filter by Bank Identification Number (BIN).Filter by card brand.Filter by the payment card last 4 digitsFilter Transactions by payment instrument nameFilter Transactions by payment instrument type.getLimit()The numbers of items to returnFilter by Merchant IDFilter by Identity IDFilter Transactions by Identity name.Filter by Merchant Identification Number (MID)Filter by Processor IDFilter by ready_to_settle_atFilter by ready_to_settle_atgetSort()Specify key to be used for sorting the collectiongetState()Filter by Transaction state.Filter by statement_descriptorFilter by trace_idgetType()Filter by Transfer type.Filter where updated_at is after the given dateFilter where updated_at is before the given dateinthashCode()idempotencyId(String idempotencyId) instrumentAccountLast4(String instrumentAccountLast4) instrumentBin(String instrumentBin) instrumentBrandType(String instrumentBrandType) instrumentCardLast4(String instrumentCardLast4) instrumentName(String instrumentName) instrumentType(String instrumentType) merchantId(String merchantId) merchantIdentityId(String merchantIdentityId) merchantIdentityName(String merchantIdentityName) merchantMid(String merchantMid) merchantProcessorId(String merchantProcessorId) readyToSettleAtGte(String readyToSettleAtGte) readyToSettleAtLte(String readyToSettleAtLte) voidsetAfterCursor(String afterCursor) voidvoidsetAmountGt(Long amountGt) voidsetAmountGte(Long amountGte) voidsetAmountLt(Long amountLt) voidsetAmountLte(Long amountLte) voidsetBeforeCursor(String beforeCursor) voidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidvoidsetIdempotencyId(String idempotencyId) voidsetInstrumentAccountLast4(String instrumentAccountLast4) voidsetInstrumentBin(String instrumentBin) voidsetInstrumentBrandType(String instrumentBrandType) voidsetInstrumentCardLast4(String instrumentCardLast4) voidsetInstrumentName(String instrumentName) voidsetInstrumentType(String instrumentType) voidvoidsetMerchantId(String merchantId) voidsetMerchantIdentityId(String merchantIdentityId) voidsetMerchantIdentityName(String merchantIdentityName) voidsetMerchantMid(String merchantMid) voidsetMerchantProcessorId(String merchantProcessorId) voidsetReadyToSettleAtGte(String readyToSettleAtGte) voidsetReadyToSettleAtLte(String readyToSettleAtLte) voidvoidvoidsetStatementDescriptor(Long statementDescriptor) voidsetTraceId(String traceId) voidvoidsetUpdatedAtGte(String updatedAtGte) voidsetUpdatedAtLte(String updatedAtLte) statementDescriptor(Long statementDescriptor) toJson()Convert an instance of ListTransfersQueryParams to an JSON stringtoString()updatedAtGte(String updatedAtGte) updatedAtLte(String updatedAtLte) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_SORT
- See Also:
-
SERIALIZED_NAME_AFTER_CURSOR
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_AMOUNT_GTE
- See Also:
-
SERIALIZED_NAME_AMOUNT_GT
- See Also:
-
SERIALIZED_NAME_AMOUNT_LTE
- See Also:
-
SERIALIZED_NAME_AMOUNT_LT
- See Also:
-
SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_IDEMPOTENCY_ID
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_STATE
- See Also:
-
SERIALIZED_NAME_READY_TO_SETTLE_AT_GTE
- See Also:
-
SERIALIZED_NAME_READY_TO_SETTLE_AT_LTE
- See Also:
-
SERIALIZED_NAME_STATEMENT_DESCRIPTOR
- See Also:
-
SERIALIZED_NAME_TRACE_ID
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_BIN
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_ACCOUNT_LAST4
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_BRAND_TYPE
- See Also:
-
SERIALIZED_NAME_MERCHANT_IDENTITY_ID
- See Also:
-
SERIALIZED_NAME_MERCHANT_IDENTITY_NAME
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_NAME
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_TYPE
- See Also:
-
SERIALIZED_NAME_MERCHANT_ID
- See Also:
-
SERIALIZED_NAME_MERCHANT_MID
- See Also:
-
SERIALIZED_NAME_INSTRUMENT_CARD_LAST4
- See Also:
-
SERIALIZED_NAME_MERCHANT_PROCESSOR_ID
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListTransfersQueryParams
public ListTransfersQueryParams()
-
-
Method Details
-
sort
-
getSort
Specify key to be used for sorting the collection- Returns:
- sort
-
setSort
-
afterCursor
-
getAfterCursor
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
amount
-
getAmount
Filter by an amount equal to the given value- Returns:
- amount
-
setAmount
-
amountGte
-
getAmountGte
Filter by an amount greater than or equal- Returns:
- amountGte
-
setAmountGte
-
amountGt
-
getAmountGt
Filter by an amount greater than- Returns:
- amountGt
-
setAmountGt
-
amountLte
-
getAmountLte
Filter by an amount less than or equal- Returns:
- amountLte
-
setAmountLte
-
amountLt
-
getAmountLt
Filter by an amount less than- Returns:
- amountLt
-
setAmountLt
-
createdAtGte
-
getCreatedAtGte
Filter where created_at is after the given date.- Returns:
- createdAtGte
-
setCreatedAtGte
-
createdAtLte
-
getCreatedAtLte
Filter where created_at is before the given date.- Returns:
- createdAtLte
-
setCreatedAtLte
-
idempotencyId
-
getIdempotencyId
Filter by idempotency_id- Returns:
- idempotencyId
-
setIdempotencyId
-
id
-
getId
Filter by id- Returns:
- id
-
setId
-
state
-
getState
Filter by Transaction state.- Returns:
- state
-
setState
-
readyToSettleAtGte
-
getReadyToSettleAtGte
Filter by ready_to_settle_at- Returns:
- readyToSettleAtGte
-
setReadyToSettleAtGte
-
readyToSettleAtLte
-
getReadyToSettleAtLte
Filter by ready_to_settle_at- Returns:
- readyToSettleAtLte
-
setReadyToSettleAtLte
-
statementDescriptor
-
getStatementDescriptor
Filter by statement_descriptor- Returns:
- statementDescriptor
-
setStatementDescriptor
-
traceId
-
getTraceId
Filter by trace_id- Returns:
- traceId
-
setTraceId
-
updatedAtGte
-
getUpdatedAtGte
Filter where updated_at is after the given date- Returns:
- updatedAtGte
-
setUpdatedAtGte
-
updatedAtLte
-
getUpdatedAtLte
Filter where updated_at is before the given date- Returns:
- updatedAtLte
-
setUpdatedAtLte
-
instrumentBin
-
getInstrumentBin
Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number- Returns:
- instrumentBin
-
setInstrumentBin
-
instrumentAccountLast4
-
getInstrumentAccountLast4
Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number instrument_account_last4=9444 BIN- Returns:
- instrumentAccountLast4
-
setInstrumentAccountLast4
-
instrumentBrandType
-
getInstrumentBrandType
Filter by card brand. Available card brand types can be found in the drop-down- Returns:
- instrumentBrandType
-
setInstrumentBrandType
-
merchantIdentityId
-
getMerchantIdentityId
Filter by Identity ID- Returns:
- merchantIdentityId
-
setMerchantIdentityId
-
merchantIdentityName
-
getMerchantIdentityName
Filter Transactions by Identity name. The name is not case-sensitive- Returns:
- merchantIdentityName
-
setMerchantIdentityName
-
instrumentName
-
getInstrumentName
Filter Transactions by payment instrument name- Returns:
- instrumentName
-
setInstrumentName
-
instrumentType
-
getInstrumentType
Filter Transactions by payment instrument type. Available instrument types include: Bank Account or Payment Card- Returns:
- instrumentType
-
setInstrumentType
-
merchantId
-
getMerchantId
Filter by Merchant ID- Returns:
- merchantId
-
setMerchantId
-
merchantMid
-
getMerchantMid
Filter by Merchant Identification Number (MID)- Returns:
- merchantMid
-
setMerchantMid
-
instrumentCardLast4
-
getInstrumentCardLast4
Filter by the payment card last 4 digits- Returns:
- instrumentCardLast4
-
setInstrumentCardLast4
-
merchantProcessorId
-
getMerchantProcessorId
Filter by Processor ID- Returns:
- merchantProcessorId
-
setMerchantProcessorId
-
type
-
getType
Filter by Transfer type. Available type filters include: All, Debits, Refunds, or Credits.- Returns:
- type
-
setType
-
beforeCursor
-
getBeforeCursor
Return every resource created before the cursor value.- Returns:
- beforeCursor
-
setBeforeCursor
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ListTransfersQueryParams
-
fromJson
Create an instance of ListTransfersQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListTransfersQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListTransfersQueryParams
-
toJson
Convert an instance of ListTransfersQueryParams to an JSON string- Returns:
- JSON string
-