Package model
Class ListAuthorizationsQueryParams
java.lang.Object
model.ListAuthorizationsQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListAuthorizationsQueryParams
extends Object
ListAuthorizationsQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
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 String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) beforeCursor(String beforeCursor) createdAtGte(String createdAtGte) createdAtLte(String createdAtLte) booleanCreate an instance of ListAuthorizationsQueryParams 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.Filter 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.Filter by idempotency_idgetLimit()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 IDgetSort()Specify key to be used for sorting the collectiongetState()Filter by Transaction state.Filter by trace_idgetType()Type of the authorization.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) voidsetAfterCursor(String afterCursor) voidvoidsetAmountGt(Long amountGt) voidsetAmountGte(Long amountGte) voidsetAmountLt(Long amountLt) voidsetAmountLte(Long amountLte) voidsetBeforeCursor(String beforeCursor) voidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidsetIdempotencyId(String idempotencyId) voidsetInstrumentAccountLast4(String instrumentAccountLast4) voidsetInstrumentBin(String instrumentBin) voidsetInstrumentBrandType(String instrumentBrandType) voidsetInstrumentCardLast4(String instrumentCardLast4) voidsetInstrumentName(String instrumentName) voidsetInstrumentType(String instrumentType) voidvoidvoidsetMerchantId(String merchantId) voidsetMerchantIdentityId(String merchantIdentityId) voidsetMerchantIdentityName(String merchantIdentityName) voidsetMerchantMid(String merchantMid) voidsetMerchantProcessorId(String merchantProcessorId) voidvoidvoidsetTraceId(String traceId) voidvoidsetUpdatedAtGte(String updatedAtGte) voidsetUpdatedAtLte(String updatedAtLte) toJson()Convert an instance of ListAuthorizationsQueryParams 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_BEFORE_CURSOR
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_IDEMPOTENCY_ID
- See Also:
-
SERIALIZED_NAME_STATE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_IS_VOID
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_AMOUNT_LT
- See Also:
-
SERIALIZED_NAME_AMOUNT_GT
- See Also:
-
SERIALIZED_NAME_AMOUNT_LTE
- See Also:
-
SERIALIZED_NAME_AMOUNT_GTE
- See Also:
-
SERIALIZED_NAME_TRACE_ID
- 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_AFTER_CURSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListAuthorizationsQueryParams
public ListAuthorizationsQueryParams()
-
-
Method Details
-
sort
-
getSort
Specify key to be used for sorting the collection- Returns:
- sort
-
setSort
-
beforeCursor
-
getBeforeCursor
Return every resource created before the cursor value.- Returns:
- beforeCursor
-
setBeforeCursor
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
idempotencyId
-
getIdempotencyId
Filter by idempotency_id- Returns:
- idempotencyId
-
setIdempotencyId
-
state
-
getState
Filter by Transaction state.- Returns:
- state
-
setState
-
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
-
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
-
isVoid
-
getIsVoid
Filter by idempotency_id- Returns:
- isVoid
-
setIsVoid
-
amount
-
getAmount
Filter by an amount equal to the given value- Returns:
- amount
-
setAmount
-
amountLt
-
getAmountLt
Filter by an amount less than- Returns:
- amountLt
-
setAmountLt
-
amountGt
-
getAmountGt
Filter by an amount greater than- Returns:
- amountGt
-
setAmountGt
-
amountLte
-
getAmountLte
Filter by an amount less than or equal- Returns:
- amountLte
-
setAmountLte
-
amountGte
-
getAmountGte
Filter by an amount greater than or equal- Returns:
- amountGte
-
setAmountGte
-
traceId
-
getTraceId
Filter by trace_id- Returns:
- traceId
-
setTraceId
-
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
Type of the authorization.- Returns:
- type
-
setType
-
afterCursor
-
getAfterCursor
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
-
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 ListAuthorizationsQueryParams
-
fromJson
Create an instance of ListAuthorizationsQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListAuthorizationsQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListAuthorizationsQueryParams
-
toJson
Convert an instance of ListAuthorizationsQueryParams to an JSON string- Returns:
- JSON string
-