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
  • Field Details

  • Constructor Details

    • ListAuthorizationsQueryParams

      public ListAuthorizationsQueryParams()
  • Method Details

    • sort

    • getSort

      @Nullable public String getSort()
      Specify key to be used for sorting the collection
      Returns:
      sort
    • setSort

      public void setSort(String sort)
    • beforeCursor

      public ListAuthorizationsQueryParams beforeCursor(String beforeCursor)
    • getBeforeCursor

      @Nullable public String getBeforeCursor()
      Return every resource created before the cursor value.
      Returns:
      beforeCursor
    • setBeforeCursor

      public void setBeforeCursor(String beforeCursor)
    • limit

      public ListAuthorizationsQueryParams limit(Long limit)
    • getLimit

      @Nullable public Long getLimit()
      The numbers of items to return
      Returns:
      limit
    • setLimit

      public void setLimit(Long limit)
    • idempotencyId

      public ListAuthorizationsQueryParams idempotencyId(String idempotencyId)
    • getIdempotencyId

      @Nullable public String getIdempotencyId()
      Filter by idempotency_id
      Returns:
      idempotencyId
    • setIdempotencyId

      public void setIdempotencyId(String idempotencyId)
    • state

      public ListAuthorizationsQueryParams state(String state)
    • getState

      @Nullable public String getState()
      Filter by Transaction state.
      Returns:
      state
    • setState

      public void setState(String state)
    • createdAtGte

      public ListAuthorizationsQueryParams createdAtGte(String createdAtGte)
    • getCreatedAtGte

      @Nullable public String getCreatedAtGte()
      Filter where created_at is after the given date.
      Returns:
      createdAtGte
    • setCreatedAtGte

      public void setCreatedAtGte(String createdAtGte)
    • createdAtLte

      public ListAuthorizationsQueryParams createdAtLte(String createdAtLte)
    • getCreatedAtLte

      @Nullable public String getCreatedAtLte()
      Filter where created_at is before the given date.
      Returns:
      createdAtLte
    • setCreatedAtLte

      public void setCreatedAtLte(String createdAtLte)
    • updatedAtGte

      public ListAuthorizationsQueryParams updatedAtGte(String updatedAtGte)
    • getUpdatedAtGte

      @Nullable public String getUpdatedAtGte()
      Filter where updated_at is after the given date
      Returns:
      updatedAtGte
    • setUpdatedAtGte

      public void setUpdatedAtGte(String updatedAtGte)
    • updatedAtLte

      public ListAuthorizationsQueryParams updatedAtLte(String updatedAtLte)
    • getUpdatedAtLte

      @Nullable public String getUpdatedAtLte()
      Filter where updated_at is before the given date
      Returns:
      updatedAtLte
    • setUpdatedAtLte

      public void setUpdatedAtLte(String updatedAtLte)
    • isVoid

      public ListAuthorizationsQueryParams isVoid(String isVoid)
    • getIsVoid

      @Nullable public String getIsVoid()
      Filter by idempotency_id
      Returns:
      isVoid
    • setIsVoid

      public void setIsVoid(String isVoid)
    • amount

      public ListAuthorizationsQueryParams amount(Long amount)
    • getAmount

      @Nullable public Long getAmount()
      Filter by an amount equal to the given value
      Returns:
      amount
    • setAmount

      public void setAmount(Long amount)
    • amountLt

      public ListAuthorizationsQueryParams amountLt(Long amountLt)
    • getAmountLt

      @Nullable public Long getAmountLt()
      Filter by an amount less than
      Returns:
      amountLt
    • setAmountLt

      public void setAmountLt(Long amountLt)
    • amountGt

      public ListAuthorizationsQueryParams amountGt(Long amountGt)
    • getAmountGt

      @Nullable public Long getAmountGt()
      Filter by an amount greater than
      Returns:
      amountGt
    • setAmountGt

      public void setAmountGt(Long amountGt)
    • amountLte

      public ListAuthorizationsQueryParams amountLte(Long amountLte)
    • getAmountLte

      @Nullable public Long getAmountLte()
      Filter by an amount less than or equal
      Returns:
      amountLte
    • setAmountLte

      public void setAmountLte(Long amountLte)
    • amountGte

      public ListAuthorizationsQueryParams amountGte(Long amountGte)
    • getAmountGte

      @Nullable public Long getAmountGte()
      Filter by an amount greater than or equal
      Returns:
      amountGte
    • setAmountGte

      public void setAmountGte(Long amountGte)
    • traceId

      public ListAuthorizationsQueryParams traceId(String traceId)
    • getTraceId

      @Nullable public String getTraceId()
      Filter by trace_id
      Returns:
      traceId
    • setTraceId

      public void setTraceId(String traceId)
    • instrumentBin

      public ListAuthorizationsQueryParams instrumentBin(String instrumentBin)
    • getInstrumentBin

      @Nullable public String getInstrumentBin()
      Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number
      Returns:
      instrumentBin
    • setInstrumentBin

      public void setInstrumentBin(String instrumentBin)
    • instrumentAccountLast4

      public ListAuthorizationsQueryParams instrumentAccountLast4(String instrumentAccountLast4)
    • getInstrumentAccountLast4

      @Nullable public String 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

      public void setInstrumentAccountLast4(String instrumentAccountLast4)
    • instrumentBrandType

      public ListAuthorizationsQueryParams instrumentBrandType(String instrumentBrandType)
    • getInstrumentBrandType

      @Nullable public String getInstrumentBrandType()
      Filter by card brand. Available card brand types can be found in the drop-down
      Returns:
      instrumentBrandType
    • setInstrumentBrandType

      public void setInstrumentBrandType(String instrumentBrandType)
    • merchantIdentityId

      public ListAuthorizationsQueryParams merchantIdentityId(String merchantIdentityId)
    • getMerchantIdentityId

      @Nullable public String getMerchantIdentityId()
      Filter by Identity ID
      Returns:
      merchantIdentityId
    • setMerchantIdentityId

      public void setMerchantIdentityId(String merchantIdentityId)
    • merchantIdentityName

      public ListAuthorizationsQueryParams merchantIdentityName(String merchantIdentityName)
    • getMerchantIdentityName

      @Nullable public String getMerchantIdentityName()
      Filter Transactions by Identity name. The name is not case-sensitive
      Returns:
      merchantIdentityName
    • setMerchantIdentityName

      public void setMerchantIdentityName(String merchantIdentityName)
    • instrumentName

      public ListAuthorizationsQueryParams instrumentName(String instrumentName)
    • getInstrumentName

      @Nullable public String getInstrumentName()
      Filter Transactions by payment instrument name
      Returns:
      instrumentName
    • setInstrumentName

      public void setInstrumentName(String instrumentName)
    • instrumentType

      public ListAuthorizationsQueryParams instrumentType(String instrumentType)
    • getInstrumentType

      @Nullable public String getInstrumentType()
      Filter Transactions by payment instrument type. Available instrument types include: Bank Account or Payment Card
      Returns:
      instrumentType
    • setInstrumentType

      public void setInstrumentType(String instrumentType)
    • merchantId

      public ListAuthorizationsQueryParams merchantId(String merchantId)
    • getMerchantId

      @Nullable public String getMerchantId()
      Filter by Merchant ID
      Returns:
      merchantId
    • setMerchantId

      public void setMerchantId(String merchantId)
    • merchantMid

      public ListAuthorizationsQueryParams merchantMid(String merchantMid)
    • getMerchantMid

      @Nullable public String getMerchantMid()
      Filter by Merchant Identification Number (MID)
      Returns:
      merchantMid
    • setMerchantMid

      public void setMerchantMid(String merchantMid)
    • instrumentCardLast4

      public ListAuthorizationsQueryParams instrumentCardLast4(String instrumentCardLast4)
    • getInstrumentCardLast4

      @Nullable public String getInstrumentCardLast4()
      Filter by the payment card last 4 digits
      Returns:
      instrumentCardLast4
    • setInstrumentCardLast4

      public void setInstrumentCardLast4(String instrumentCardLast4)
    • merchantProcessorId

      public ListAuthorizationsQueryParams merchantProcessorId(String merchantProcessorId)
    • getMerchantProcessorId

      @Nullable public String getMerchantProcessorId()
      Filter by Processor ID
      Returns:
      merchantProcessorId
    • setMerchantProcessorId

      public void setMerchantProcessorId(String merchantProcessorId)
    • type

    • getType

      @Nullable public String getType()
      Type of the authorization.
      Returns:
      type
    • setType

      public void setType(String type)
    • afterCursor

      public ListAuthorizationsQueryParams afterCursor(String afterCursor)
    • getAfterCursor

      @Nullable public String getAfterCursor()
      Return every resource created after the cursor value.
      Returns:
      afterCursor
    • setAfterCursor

      public void setAfterCursor(String afterCursor)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      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

      public static ListAuthorizationsQueryParams fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of ListAuthorizationsQueryParams to an JSON string
      Returns:
      JSON string