Skip to main content

Fields

  GET https://api.letpay.io/myreports/report/fields?reportType=PAYIN

This endpoint retrieve Available Tables and Columns

This endpoint is used to retrieve a list of tables and their respective columns available for a given report type. It is designed to provide metadata necessary for building reports dynamically.

Request

Query Parameters

  • reportType: (required, string) - Identifies the type of report. The list of available report types can be obtained using the "Get Report Types" endpoint.

Response Body

The response contains metadata about the tables and their fields.

  • tableName: (string) - The name of the table associated with the given report type.
  • fields: (array of objects) - A list of fields (columns) within the table. Each field includes the following properties:
    • id: (int) - A unique identifier for the field.
    • name: (string) - The name of the field.
    • alias: (string) - An alias or alternate name for the field.
    • description: (string) - A textual description explaining the purpose or meaning of the field.
    • data_type: (string) - The data type of the field (e.g., string, integer, date).
    • size: (string) - The size or length of the field, typically applicable for text-based fields.
    • arithmetic_operators: (array of strings) - A list of arithmetic operators that can be used with the field (e.g., +, -, *, /).
    • aggregation_operators: (array of strings) - A list of aggregation functions that are applicable to the field (e.g., SUM, AVG, COUNT).
    • filters_operators: (array of strings) - Operators allowed for filtering the field (e.g., =, !=, >, <).
    • dynamic_filters: (array of strings) - Predefined filters dynamically applicable to this field.
    • wraps: (array of strings) - A set of transformation functions or wrappers that can be applied to the field.
    • allowed_values: (array of strings) - A restricted list of acceptable values for this field. If this array is not empty, the field's filter values must be present in the allowed_values list.

Fields

Table NameFieldAliasDescriptionData Type
paymentidPayment IdUnique identifier for the payment record.VARCHAR
paymentamountAmountTotal amount of the payment transaction (in the specified asset currency).DECIMAL
paymentcharge_back_dateCharge Back DateThe date when a chargeback occurred for this payment, if applicable.DATETIME
paymentcharge_back_detailsCharge Back DetailsDetails or notes regarding a chargeback associated with this payment (e.g., reason, case ID).VARCHAR
paymentconfirmation_dateConfirmation DateThe date when the payment was confirmedDATETIME
paymentcreated_atCreated AtTimestamp when this payment record was created in the system.DATETIME
paymentcustomer_amountCustomer AmountThe amount the customer is expected to payDECIMAL
paymentcustomer_fee_totalCustomer Fee TotalThe total fees charged to the customer for this transaction (if any).DECIMAL
paymentdetailsDetailsAdditional details or description of the error paymentTEXT
paymenterror_codeError CodeAn error code if the payment failed or encountered an error (blank or null if successful).TEXT
paymentinstallmentsInstallmentsNumber of installments for this payment (if the customer chose to pay in installments).INT
paymentmerchant_amountMerchant AmountThe amount to be received by the merchant after fees DECIMAL
paymentmerchant_fee_totalMerchant Fee TotalThe total fees charged to the merchant for this transaction.DECIMAL
paymentmethodMethodThe payment method used (e.g., credit_card, bank_transfer, PIX, boleto, etc.).TEXT
paymentreferenceReferenceReference identifier for this payment provided by the merchant TEXT
paymentasset_currency_codeAsset Currency CodeCurrency code of the asset or funds for this payment (currency in which the amount is denominated).TEXT
paymentcontract_idContract IdID of the contract associated with this payment (defines terms and conditions like fees for the transaction).TEXT
paymentmerchant_from_idMerchant IdThe ID of the merchant from which this payment originatedTEXT
paymentperson_idPerson IdID of the person (individual customer or payee) associated with this paymentINT
paymentip_addr_fromIP AddressIP address from which the payment was initiated (usually the customer’s IP address).VARCHAR
paymentoriginal_amountOriginal AmountThe original transaction amount before any currency conversion (in the original local currency).DECIMAL
paymentoriginal_asset_currency_codeOriginal CurrencyThe currency code of the original amountVARCHAR
paymentconverted_rateConverted RateThe exchange rate used to convert the original amount to the payment currency. DECIMAL
paymentpayment_code_infoPayment Code InfoA code or reference string for the payment, primarily used to store the pix copia e cola value. It may also be used for other offline methods such as barcodes or reference numbers for boleto or OXXO payments.DATETIME
paymentnotification_urlNotification URLURL to which payment notifications (webhooks) for this transaction should be sent (overrides the default if provided for this transaction).VARCHAR
paymentpayment_date_boleto_infoPayment Date BoletoThe date when the boleto (payment slip) was paid/cleared.VARCHAR
paymentdelay_captureDelay CaptureIndicator of whether the payment capture is delayed (true if the payment was authorized but not immediately captured).BOOLEAN
paymentsoft_descriptorSoft DescriptorCustom text that appears on the customer’s bank or card statement for this payment (the “soft descriptor”).VARCHAR
paymentreceived_amountReceived AmountThe actual amount of money received/collected for this paymentDECIMAL
paymentavailability_dateAvailability DateThe date when the funds from this payment are expected to become available for payout to the merchant.DATE
paymentsub_statement_idSub Statement IdID of the sub-statement record that includes this paymentINT
paymentsettlement_statusSettlement StatusThe settlement process status for this payment (e.g., whether it has been settled to the merchant yet)VARCHAR
paymentpayment_countryPayment CountryThe country associated with this paymentVARCHAR
paymenttransaction_statusTransaction StatusOverall status of the transactionVARCHAR
personidPerson IdUnique identifier for the person record.INT
personadditional_addressAdditional AddressAdditional address details (e.g., apartment or suite number, complement).INT
personbirthBirthDate of birth of the person.DATE
personcity_addressCity AddressCity of the person’s address.VARCHAR
personcountry_addressCountry AddressCountry of the person’s addressVARCHAR
personcreated_atCreated AtTimestamp when this person record was created.DATETIME
personemailEmailEmail address of the person.VARCHAR
personlocality_addressLocality AddressLocality or neighborhood of the address.VARCHAR
personmain_addressMain AddressPrimary street address of the person (street name and number).VARCHAR
personnameNameFirst name or given name of the person.VARCHAR
personnumber_addressNumber AddressStreet number of the person’s address.VARCHAR
personstate_addressState AddressState or province of the person’s address.VARCHAR
personsurnameSurnameLast name or family name of the person.VARCHAR
persontax_idTax IdTax identification number or national ID of the person.VARCHAR
persontelephone_numberTelephone NumberPhone number of the personVARCHAR
personzip_codeZip CodePostal/ZIP code of the person’s address.VARCHAR
personpublic_person_idPublic Person IdIdentifier of the person used in combination with the public_card_id to process token-based payments (e.g., for transactions where sensitive card data is replaced by a token).VARCHAR
persontelephone_countryTelephone CountryCountry calling code of the person’s phone number.VARCHAR
persontelephone_areaTelephone AreaTelephone area code of the person’s phone number.VARCHAR
personverified_nameVerified NameThe full name of the person as verified by official documents (e.g., after identity verification).VARCHAR
merchantcorporate_nameCorporate NameThe registered corporate name of the merchant (legal entity name).VARCHAR
merchanttrade_nameTrade NameMerchant common name.VARCHAR
merchantdescriptionDescriptionShort description or overview of the merchant (e.g., brief business description).VARCHAR
merchantnotification_urlNotification UrlThe URL where the merchant receives payment notifications (webhooks).VARCHAR
merchantopening_dateOpening DateThe date when the merchant’s account or business was opened/registered.DATETIME
merchantprimate_activityPrimate ActivityPrimary business activity or industry of the merchant.VARCHAR
merchanttax_idTax IdTax identification number of the merchant (e.g., company tax ID such as CNPJ).VARCHAR
merchanttelephone_numberTelephone NumberContact telephone number of the merchant.VARCHAR
merchantidMerchant IdUnique identifier for the merchant.VARCHAR
merchanturlUrlThe merchant’s website URL.VARCHAR
contractidContract IdUnique identifier for the contract.VARCHAR
contractactiveActiveIndicates if the contract is currently active (true/false).BOOLEAN
contractcreated_atCreated AtTimestamp when this contract record was created.DATETIME
contractmerchant_idMerchant IdThe ID of the merchant to which this contract belongs.VARCHAR
contractdays_to_payDays To PayThe specific days of the month when settlement cycles close (e.g., 1, 8, 15, 23). On these dates, all available transactions are grouped for payout processing.VARCHAR
contractdeltaDeltaThe grace period (in days) after the settlement cycle closes during which the company must complete the payout to the merchant.VARCHAR
contractsoft_descriptorSoft DescriptorCustom text that appears on the customer’s bank or card statement for this payment (the “soft descriptor”).VARCHAR
contracttypeTypePayin or PayoutVARCHAR
contractcard_security_typeCard Security TypeSpecifies card data security requirements for this contractTEXT
sub_statementidSub Statement IdUnique identifier for the sub-statement record.INT
sub_statementcreated_atCreated AtTimestamp when this sub-statement was generated/created.DATETIME
sub_statementpayment_currencyPayment CurrencyThe currency of the transactions included in this sub-statement.VARCHAR
sub_statementtransaction_countTransaction CountThe number of transactions included in this sub-statement.INT
sub_statementtpvTPVTotal payment volume of all included transactions (sum of all transaction amounts in the payment currency).DECIMAL
sub_statementchargebacksChargebacksTotal amount of chargebacks in this sub-statement (sum of all chargeback transaction amounts).DECIMAL
sub_statementrefundsRefundsTotal amount of refunds in this sub-statement (sum of all refunded transaction amounts).DECIMAL
sub_statementsettlement_balanceSettlement BalanceThe net amount to be settled to the merchant for this sub-statement (after refunds/chargebacks, typically in the settlement currency).DECIMAL
sub_statementsettlement_dateSettlement DateThe date when the settlement (transfer of funds) is scheduled or completed for this sub-statement.DATE
sub_statementaverage_fx_rateAverage fx RateThe average foreign exchange rate applied if converting from the payment currency to the settlement currency.DECIMAL
sub_statementservice_statement_idService Statement IdIdentifier of the parent service statement or report that this sub-statement is part of.INT
sub_statementcountry_idCountry IdIdentifier of the country associated with this sub-statementCHAR
cardbrandBrandCard brand or network (e.g., Visa, MasterCard, Amex).VARCHAR
cardbinBinBank Identification Number (first 6 digits of the card).VARCHAR
cardlast_4Last 4Last four digits of the card number.VARCHAR
payout_transactiontx_idTx IdPayout Transaction Id. Unique numeric identifier of the payout transaction.VARCHAR
payout_transactionoriginal_amountOriginal AmountOriginal Amount. Value of the payout in the original currency.DECIMAL
payout_transactionoriginal_currencyOriginal CurrencyOriginal Currency. Currency code of the original amount.VARCHAR
payout_transactionpayment_currencyPayment CurrencyPayment Currency. Currency in which the payout is executed.VARCHAR
payout_transactionpayment_countryPayment CountryPayment Country. Country code where the payout is sent.CHAR
payout_transactionpayment_amountPayment AmountPayment Amount. Value of the payout in the payment currency.DECIMAL
payout_transactionpayout_methodPayout MethodPayout Method. Method used to deliver the payout (e.g., bank, wallet, pix, SPEI).VARCHAR
payout_transactioncontract_idContract IdContract Id. Identifier of the contract linked to the payout.VARCHAR
payout_transactionreference_idReference IdReference Id. External identifier provided by the merchant when creating the transaction.VARCHAR
payout_transactionbanking_dataBanking DataBanking Data. Beneficiary’s account or wallet details required to execute the payout. Depending on the payout method and country, this may include bank account numbers, IBAN/SWIFT codes, wallet identifiers, or, in Brazil, a Pix key.VARCHAR
payout_transactionschedule_dateSchedule DateSchedule Date. Date when the payout is scheduled to be processed.DATE
payout_transactioncreate_dateCreate DateCreate Date. Date when the payout was created.DATETIME
payout_transactionsettlement_statusSettlement StatusSettlement Status. Current settlement stage of the payout.VARCHAR
payout_transactioncustomer_amountCustomer AmountCustomer Amount. Total amount the customer (beneficiary) actually received from the payout.DECIMAL
payout_transactionmerchant_amountMerchant AmountMerchant Amount. Total amount debited from the merchant’s account to fund the payout.DECIMAL
payout_transactionconverted_rateConverted RateExchange rate applied, if conversion occurred.DECIMAL
payout_transactionamountAmountAmount. Base amount of the payout in the payment currency.DECIMAL
payout_transactionassetAssetAsset. Asset or currency of the payout.VARCHAR
payout_transactionoriginal_assetOriginal AssetOriginal Asset. Asset or currency of the original amount.VARCHAR
payout_transactioncustomer_fee_totalCustomer Fee TotalCustomer Fee Total. Fees paid by the customer. Total fees deducted from the amount the customer (beneficiary) would receive. In practice, this reduces the final payout delivered to the customer.DECIMAL
payout_transactionmerchant_fee_totalMerchant Fee TotalMerchant Fee Total. Fees paid by the merchant.DECIMAL
payout_transactionstatusStatusStatus. General processing status of the payout.VARCHAR
payout_transactionsub_statement_idSub Statement IdSub Statement Id. Reference to the settlement statement entry.INT
payout_transactionnotification_urlNotification UrlNotification URL. Webhook URL for payout notifications.VARCHAR
payout_transactionend2end_idEnd2end IdEnd2end Id. End-to-end reference used in banking networks.VARCHAR
payout_transactionerror_codeError CodeError Code. Code describing a payout error.VARCHAR
payout_transactionerror_detailsError DetailsError Details. Description of the payout error.TEXT
assetcurrency_codeCurrency CodeCurrency Code. Currency or asset code (e.g., USD, BRL).VARCHAR
assetactiveActiveActive. Indicates if the asset is active.BOOLEAN
assetdescriptionDescriptionDescription. Full name of the currency or asset.VARCHAR
platform_useridPlatform User IdPlatform User Id. Unique identifier of the platform user.VARCHAR
platform_userauthority_listAuthority ListAuthority List. Roles of the user.VARCHAR
platform_useremailEmailEmail. Email address of the user.VARCHAR
platform_usernameNameName. Full name of the user.VARCHAR
platform_userusernameUsernameUsername. Login username of the user.VARCHAR
refundidRefund IdRefund Id. Unique identifier of the refund.INT
refundcreated_atCreated AtCreated At. Date the refund was created.DATETIME
refundstatusStatus Status. Current status of the refund.VARCHAR
refundrefund_amountRefund AmountRefund Amount. Value refunded to the customer.DECIMAL
refundpayment_idPayment IdPayment Id. Identifier of the original payment.VARCHAR
refundorder_amountOrder AmountOrder Amount. Amount of the original order.DECIMAL
refundorder_currencyOrder CurrencyOrder Currency. Currency of the original order.VARCHAR
refundrefund_currencyRefund CurrencyRefund Currency. Currency used for the refund.VARCHAR
refundavailability_dateAvailability DateAvailability Date. Date when refund becomes available.DATE
refundsettlement_statusSettlement StatusSettlement Status. Settlement stage of the refund.VARCHAR
refundnotification_urlNotification Url Notification URL. Webhook URL for refund updates.VARCHAR
refundsub_statement_idSub Statement IdSub Statement Id. Reference to the settlement statement.INT
refundmerchant_amountMerchant AmountMerchant Amount. Refund amount from merchant’s side.DECIMAL
refundrate_idRate IdRate Id. Reference to the FX rate applied.INT
disputeidDispute IdDispute Id. Unique identifier of the dispute.VARCHAR
disputepayment_idPayment IdPayment Id. Identifier of the disputed payment.VARCHAR
disputedispute_dateDispute DateDispute Date. Date the dispute was raisedDATETIME
disputeexpiration_dateExpiration DateExpiration Date. Deadline for dispute resolution.DATETIME
disputecreated_atCreated AtCreated At. Date dispute was recorded in the system.DATETIME
disputestatusStatusStatus. Current status of the dispute.VARCHAR
disputereasonReasonReason. Reason provided for the dispute.VARCHAR
disputeamountAmountAmount. Value disputed.DECIMAL
disputemerchant_amountMerchant AmountMerchant Amount. Disputed amount from merchant’s perspective.DECIMAL
disputeavailability_dateAvailability DateAvailability Date. Date disputed funds are available/finalized.DATE
disputesettlement_statusSettlement StatusSettlement Status. Financial settlement stage of the dispute.VARCHAR
disputesub_statement_idSub Statement IdSub Statement Id. Reference to settlement statement.INT
transaction_feecreated_atCreated AtCreated At. Date the fee record was created.DATETIME
transaction_feepayment_methodPayment MethodPayment Method. Method linked to the fee.VARCHAR
transaction_feefee_typeFee TypeCategory of the fee applied to the transaction. Examples include platform_fee (fees charged by the PSP platform), transaction_fee (processing fee per transaction), refund_fee (fee charged when a refund is processed), and currency_conversion_fee (fee applied when converting between currencies).VARCHAR
transaction_feefee_subtypeFee SubtypeMore specific classification of the fee within its main type. Examples include service_fee (general service-related charges) or other sub-categories that provide finer detail about how the fee is applied.VARCHAR
transaction_feefee_strategyFee StrategyFee Strategy. Strategy used to calculate the fee.VARCHAR
transaction_feeamountAmountAmount. Flat fee amount. Fixed AmountDECIMAL
transaction_feepercentPercentPercent. Percentage fee applied.DECIMAL
transaction_feecalculated_valueCalculated ValueCalculated Value. Total fee charged.DECIMAL
transaction_feeis_merchant_feeIs Merchant Fee Is Merchant Fee. Indicates if the fee is paid by the merchant.BOOLEAN
transaction_feepayment_idPayment IdPayment Id. Payment linked to the fee.VARCHAR
transaction_feerate_idRate IdRate Id. FX rate reference used for the fee.INT
transaction_feepayout_transaction_idPayout Transaction IdPayout Transaction Id. Payout linked to the fee.INT
merchant_activityactivity_dateActivity DateActivity Date. Date of the merchant activity.DATETIME
merchant_activitybase_amountBase AmountBase Amount. Amount in the base currency.DECIMAL
merchant_activitybase_balance_afterBase Balance After Base Balance After. Balance after the activity in base currency.DECIMAL
merchant_activitybase_balance_beforeBase Balance BeforeBase Balance Before. Balance before the activity in base currency.DECIMAL
merchant_activitycounter_amountCounter AmountCounter Amount. Amount in the counter currency.DECIMAL
merchant_activitycounter_balance_afterCounter Balance AfterCounter Balance After. Balance after the activity in counter currency.DECIMAL
merchant_activitycounter_balance_beforeCounter Balance BeforeCounter Balance Before. Balance before the activity in counter currency.DECIMAL
merchant_activitycreated_atCreated_At Created At. Date the activity record was created.DATETIME
merchant_activityfee_amountFee AmountFee Amount. Fee charged in the activity.DECIMAL
merchant_activitytypeTypeType. Type of merchant activity.VARCHAR
merchant_activitybase_asset_currency_codeBase Aasset Currency CodeBase Asset Currency Code. Code of base currency.VARCHAR
merchant_activitycounter_asset_currency_codeCounter Asset Currency CodeCounter Asset Currency Code. Code of counter currency.VARCHAR

Authorization

AUTHORIZATIONAPI Key
KeyX-Auth-Token
ValueMY_ACCESS_TOKEN

Example Request

Example Request

200 - Success
    curl --location 'https://api.letpay.io/myreports/report/fields?reportType=PAYIN'
--header 'X-Auth-Token: MY_ACCESS_TOKEN' \
--params 'reportType=PAYIN' \

Example Response

Header
  Content-Type: application/json
Body
    [
{
"tableName": "Merchant",
"fields": [
{
"id": 100,
"alias": "Aggregator Id",
"name": "aggregator_id",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 93,
"alias": "Base Asset Currency Code",
"name": "base_asset_currency_code",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 82,
"alias": "Billing Address",
"name": "billing_address",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 83,
"alias": "Corporate Name",
"name": "corporate_name",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 84,
"alias": "Day To Payout",
"name": "day_to_payout",
"description": "",
"table_name": "merchant",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 85,
"alias": "Description",
"name": "description",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 97,
"alias": "letpay Owner",
"name": "letpay_owner",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 96,
"alias": "Hub Spot Id",
"name": "hub_spot_id",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 99,
"alias": "Kyc Id",
"name": "kyc_id",
"description": "",
"table_name": "merchant",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 98,
"alias": "Mcc",
"name": "mcc",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 92,
"alias": "Merchant Id",
"name": "id",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 86,
"alias": "Notification Url",
"name": "notification_url",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 87,
"alias": "Opening Date",
"name": "opening_date",
"description": "",
"table_name": "merchant",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 88,
"alias": "Primate Activity",
"name": "primate_activity",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 94,
"alias": "Realm",
"name": "realm",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 89,
"alias": "Tax Id",
"name": "tax_id",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 90,
"alias": "Telephone Number",
"name": "telephone_number",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 91,
"alias": "Type",
"name": "type",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 95,
"alias": "Url",
"name": "url",
"description": "",
"table_name": "merchant",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
}
]
},
{
"tableName": "Card",
"fields": [
{
"id": 168,
"alias": "Bin",
"name": "bin",
"description": "",
"table_name": "card",
"data_type": "VARCHAR",
"size": 6,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 167,
"alias": "Brand",
"name": "brand",
"description": "",
"table_name": "card",
"data_type": "VARCHAR",
"size": 45,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 169,
"alias": "Last 4",
"name": "last_4",
"description": "",
"table_name": "card",
"data_type": "VARCHAR",
"size": 4,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
}
]
},
{
"tableName": "Transaction Flag",
"fields": [
{
"id": 269,
"alias": "Payment id",
"name": "payment_id",
"description": "",
"table_name": "transaction_flag",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" NOT IN",
" IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 268,
"alias": "Transaction Flag Id",
"name": "id",
"description": "",
"table_name": "transaction_flag",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 270,
"alias": "flag",
"name": "flag",
"description": "",
"table_name": "transaction_flag",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" NOT IN",
" IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
}
]
},
{
"tableName": "Payment",
"fields": [
{
"id": 2,
"alias": "Amount",
"name": "amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 24,
"alias": "Asset Currency Code",
"name": "asset_currency_code",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 49,
"alias": "Attempt Reference",
"name": "attempt_reference",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 50,
"alias": "Availability Date",
"name": "availability_date",
"description": "",
"table_name": "payment",
"data_type": "DATE",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"HOUR",
"MINUTE",
"AGE_IN_YEARS",
"AGE_IN_DAYS"
]
},
{
"id": 33,
"alias": "Channel",
"name": "channel",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 3,
"alias": "Charge Back Date",
"name": "charge_back_date",
"description": "",
"table_name": "payment",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 4,
"alias": "Charge Back Details",
"name": "charge_back_details",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 5,
"alias": "Confirmation Date",
"name": "confirmation_date",
"description": "",
"table_name": "payment",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 25,
"alias": "Contract Id",
"name": "contract_id",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 36,
"alias": "Converted Rate",
"name": "converted_rate",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 30,
"alias": "Country IP",
"name": "country_ip",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 6,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "payment",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 7,
"alias": "Customer Amount",
"name": "customer_amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 8,
"alias": "Customer Fee Total",
"name": "customer_fee_total",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 44,
"alias": "Delay Capture",
"name": "delay_capture",
"description": "",
"table_name": "payment",
"data_type": "BOOLEAN",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" ="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 9,
"alias": "Details",
"name": "details",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 31,
"alias": "Discounted Amount",
"name": "discounted_amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 10,
"alias": "Error Code",
"name": "error_code",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 11,
"alias": "Gateway Id",
"name": "gateway_id",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 12,
"alias": "Gateway Order Id",
"name": "gateway_order_id",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 29,
"alias": "IP Address",
"name": "ip_addr_from",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 13,
"alias": "Installments",
"name": "installments",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 14,
"alias": "Merchant Amount",
"name": "merchant_amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 15,
"alias": "Merchant Fee Total",
"name": "merchant_fee_total",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 26,
"alias": "Merchant Id",
"name": "merchant_from_id",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 43,
"alias": "Merchant Signature Id",
"name": "merchant_signature_id",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 16,
"alias": "Method",
"name": "method",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 17,
"alias": "Msg Gateway",
"name": "msg_gateway",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 39,
"alias": "Notification URL",
"name": "notification_url",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 34,
"alias": "Original Amount",
"name": "original_amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 35,
"alias": "Original Currency",
"name": "original_asset_currency_code",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 38,
"alias": "Payment Code Info",
"name": "payment_code_info",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 1024,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 53,
"alias": "Payment Country",
"name": "payment_country",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 2,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 40,
"alias": "Payment Date Boleto",
"name": "payment_date_boleto_info",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 1,
"alias": "Payment Id",
"name": "id",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 32,
"alias": "Payment Info",
"name": "payment_info",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 18,
"alias": "Payment Status Gateway",
"name": "payment_status_gateway",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 41,
"alias": "Payment Value Boleto",
"name": "payment_value_boleto_info",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 37,
"alias": "Payout Id",
"name": "payoutid",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 19,
"alias": "Payout Status",
"name": "payout_status",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 27,
"alias": "Person Id",
"name": "person_id",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 28,
"alias": "Quotation Id",
"name": "quotation_id",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 48,
"alias": "Received Amount",
"name": "received_amount",
"description": "",
"table_name": "payment",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 20,
"alias": "Reference",
"name": "reference",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 46,
"alias": "Risk Analysis External Transaction Id",
"name": "risk_analysis_external_transaction_id",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 45,
"alias": "Risk Analysis Id",
"name": "risk_analysis_id",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 42,
"alias": "Score",
"name": "score",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 52,
"alias": "Settlement Status",
"name": "settlement_status",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 45,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 47,
"alias": "Soft Descriptor",
"name": "soft_descriptor",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 21,
"alias": "Status",
"name": "status",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 22,
"alias": "Status Date",
"name": "status_date",
"description": "",
"table_name": "payment",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 51,
"alias": "Sub Statement Id",
"name": "sub_statement_id",
"description": "",
"table_name": "payment",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 54,
"alias": "Transaction Status",
"name": "transaction_status",
"description": "",
"table_name": "payment",
"data_type": "VARCHAR",
"size": 100,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [
"CREATED ",
"DISPUTE ",
"DISPUTE_FINAL ",
"PARTIALLY_REFUNDED ",
"PAID ",
"REFUNDED ",
"ERROR ",
"PROCESSING ",
"DECLINED ",
"CANCELED ",
"PRE_AUTHORIZED ",
"DISPUTE_REFUNDED"
],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 23,
"alias": "Type",
"name": "type",
"description": "",
"table_name": "payment",
"data_type": "TEXT",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
}
]
},
{
"tableName": "Rate",
"fields": [
{
"id": 102,
"alias": "Amount",
"name": "amount",
"description": "",
"table_name": "rate",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 105,
"alias": "Base Asset Currency Code",
"name": "base_asset_currency_code",
"description": "",
"table_name": "rate",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 106,
"alias": "Counter Asset Currency Code",
"name": "counter_asset_currency_code",
"description": "",
"table_name": "rate",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 103,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "rate",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 104,
"alias": "Quote Date",
"name": "quote_date",
"description": "",
"table_name": "rate",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 101,
"alias": "Rate Id",
"name": "id",
"description": "",
"table_name": "rate",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 107,
"alias": "Type",
"name": "type",
"description": "",
"table_name": "rate",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
}
]
},
{
"tableName": "Dispute",
"fields": [
{
"id": 236,
"alias": "Amount",
"name": "amount",
"description": "",
"table_name": "dispute",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 238,
"alias": "Availability Date",
"name": "availability_date",
"description": "",
"table_name": "dispute",
"data_type": "DATE",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"HOUR",
"MINUTE",
"AGE_IN_YEARS",
"AGE_IN_DAYS"
]
},
{
"id": 233,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "dispute",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 231,
"alias": "Dispute Date",
"name": "dispute_date",
"description": "",
"table_name": "dispute",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 229,
"alias": "Dispute Id",
"name": "id",
"description": "",
"table_name": "dispute",
"data_type": "VARCHAR",
"size": 40,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 232,
"alias": "Expiration Date",
"name": "expiration_date",
"description": "",
"table_name": "dispute",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 237,
"alias": "Merchant Amount",
"name": "merchant_amount",
"description": "",
"table_name": "dispute",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 230,
"alias": "Payment Id",
"name": "payment_id",
"description": "",
"table_name": "dispute",
"data_type": "VARCHAR",
"size": 40,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 235,
"alias": "Reason",
"name": "reason",
"description": "",
"table_name": "dispute",
"data_type": "VARCHAR",
"size": 1024,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 239,
"alias": "Settlement Status",
"name": "settlement_status",
"description": "",
"table_name": "dispute",
"data_type": "VARCHAR",
"size": 20,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 234,
"alias": "Status",
"name": "status",
"description": "",
"table_name": "dispute",
"data_type": "VARCHAR",
"size": 30,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 240,
"alias": "Sub Statement Id",
"name": "sub_statement_id",
"description": "",
"table_name": "dispute",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
}
]
},
{
"tableName": "Person",
"fields": [
{
"id": 56,
"alias": "Additional Address",
"name": "additional_address",
"description": "",
"table_name": "person",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 57,
"alias": "Birth",
"name": "birth",
"description": "",
"table_name": "person",
"data_type": "DATE",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"HOUR",
"MINUTE",
"AGE_IN_YEARS",
"AGE_IN_DAYS"
]
},
{
"id": 58,
"alias": "City Address",
"name": "city_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 59,
"alias": "Country Address",
"name": "country_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 60,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "person",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 61,
"alias": "Email",
"name": "email",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 62,
"alias": "Execute Payments",
"name": "execute_payments",
"description": "",
"table_name": "person",
"data_type": "BOOLEAN",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" ="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 63,
"alias": "Fathers Name",
"name": "fathers_name",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 64,
"alias": "Gateway Id",
"name": "gateway_id",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 65,
"alias": "Locality Address",
"name": "locality_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 66,
"alias": "Main Address",
"name": "main_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 67,
"alias": "Mothers Name",
"name": "mothers_name",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 68,
"alias": "Name",
"name": "name",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 69,
"alias": "Number Address",
"name": "number_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 70,
"alias": "Pep",
"name": "pep",
"description": "",
"table_name": "person",
"data_type": "BOOLEAN",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" ="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 71,
"alias": "Percent Of Company",
"name": "percent_of_company",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 55,
"alias": "Person Id",
"name": "id",
"description": "",
"table_name": "person",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 78,
"alias": "Public Person Id",
"name": "public_person_id",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 50,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 77,
"alias": "Score",
"name": "score",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 72,
"alias": "State Address",
"name": "state_address",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 73,
"alias": "Surname",
"name": "surname",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 74,
"alias": "Tax Id",
"name": "tax_id",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 80,
"alias": "Telephone Area",
"name": "telephone_area",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 5,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 79,
"alias": "Telephone Country",
"name": "telephone_country",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 5,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 75,
"alias": "Telephone Number",
"name": "telephone_number",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 81,
"alias": "Verified Name",
"name": "verified_name",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 76,
"alias": "Zip Code",
"name": "zip_code",
"description": "",
"table_name": "person",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" =",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
}
]
},
{
"tableName": "Risk Analysis",
"fields": [
{
"id": 150,
"alias": "Advice",
"name": "advice",
"description": "",
"table_name": "risk_analysis",
"data_type": "VARCHAR",
"size": 45,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 149,
"alias": "Channel",
"name": "channel",
"description": "",
"table_name": "risk_analysis",
"data_type": "VARCHAR",
"size": 45,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 152,
"alias": "Data",
"name": "data",
"description": "",
"table_name": "risk_analysis",
"data_type": "VARCHAR",
"size": 1024,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 153,
"alias": "Error Code",
"name": "error_code",
"description": "",
"table_name": "risk_analysis",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 154,
"alias": "Error Message",
"name": "error_message",
"description": "",
"table_name": "risk_analysis",
"data_type": "VARCHAR",
"size": 200,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 148,
"alias": "External Id",
"name": "external_id",
"description": "",
"table_name": "risk_analysis",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 151,
"alias": "Last Check",
"name": "last_check",
"description": "",
"table_name": "risk_analysis",
"data_type": "DATE",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"HOUR",
"MINUTE",
"AGE_IN_YEARS",
"AGE_IN_DAYS"
]
},
{
"id": 147,
"alias": "Risk Analysis Id",
"name": "id",
"description": "",
"table_name": "risk_analysis",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
}
]
},
{
"tableName": "Asset",
"fields": [
{
"id": 205,
"alias": "Active",
"name": "active",
"description": "",
"table_name": "asset",
"data_type": "BOOLEAN",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"!=",
" ="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 206,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "asset",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 204,
"alias": "Currency Code",
"name": "currency_code",
"description": "",
"table_name": "asset",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 207,
"alias": "Description",
"name": "description",
"description": "",
"table_name": "asset",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
}
]
},
{
"tableName": "Refund",
"fields": [
{
"id": 222,
"alias": "Availability Date",
"name": "availability_date",
"description": "",
"table_name": "refund",
"data_type": "DATE",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"HOUR",
"MINUTE",
"AGE_IN_YEARS",
"AGE_IN_DAYS"
]
},
{
"id": 214,
"alias": "Created At",
"name": "created_at",
"description": "",
"table_name": "refund",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 225,
"alias": "Gateway Id",
"name": "gateway_id",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 5,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 215,
"alias": "Last Status At",
"name": "last_status_at",
"description": "",
"table_name": "refund",
"data_type": "DATETIME",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MIN",
" MAX",
" AVG",
" COUNT"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [
"CURRENT_YEAR",
"CURRENT_MONTH",
"CURRENT_WEEK",
"CURRENT_DAY",
"NOW",
"LAST_90_DAYS",
"LAST_60_DAYS",
"LAST_45_DAYS",
"LAST_30_DAYS",
"LAST_15_DAYS",
"LAST_7_DAYS",
"LAST_DAY"
],
"wraps": [
"YEAR",
"QUARTER",
"MONTH",
"DATE",
"WEEK_OF_YEAR",
"DAY_OF_MONTH",
"DAY_OF_WEEK",
"DAY_OF_YEAR",
"AGE_IN_YEARS",
"AGE_IN_DAYS",
"AGE_IN_HOURS",
"AGE_IN_MINUTES"
]
},
{
"id": 227,
"alias": "Merchant Amount",
"name": "merchant_amount",
"description": "",
"table_name": "refund",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 224,
"alias": "Notification Url",
"name": "notification_url",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 219,
"alias": "Order Amount",
"name": "order_amount",
"description": "",
"table_name": "refund",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 220,
"alias": "Order Currency",
"name": "order_currency",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 5,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 218,
"alias": "Payment Id",
"name": "payment_id",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 50,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 228,
"alias": "Rate Id",
"name": "rate_id",
"description": "",
"table_name": "refund",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 217,
"alias": "Refund Amount",
"name": "refund_amount",
"description": "",
"table_name": "refund",
"data_type": "DECIMAL",
"size": 0,
"arithmetic_operators": [
"+",
" -",
" *",
" /",
" %"
],
"aggregation_operators": [
"SUM",
" COUNT",
" AVG",
" MAX",
" MIN",
" STDDEV"
],
"filters_operators": [
"=",
" !=",
" >",
" <",
" >=",
" <="
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"ABS",
"CEIL",
"FLOOR",
"ROUND2",
"ROUND3",
"ROUND4"
]
},
{
"id": 221,
"alias": "Refund Currency",
"name": "refund_currency",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 5,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 213,
"alias": "Refund Id",
"name": "id",
"description": "",
"table_name": "refund",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
},
{
"id": 223,
"alias": "Settlement Status",
"name": "settlement_status",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 15,
"arithmetic_operators": [],
"aggregation_operators": [
"COUNT"
],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 216,
"alias": "Status",
"name": "status",
"description": "",
"table_name": "refund",
"data_type": "VARCHAR",
"size": 255,
"arithmetic_operators": [],
"aggregation_operators": [],
"filters_operators": [
"=",
" !=",
" IN",
" NOT IN",
" LIKE",
" ILIKE"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": [
"UPPER",
"LOWER",
"TRIM",
"LENGTH"
]
},
{
"id": 226,
"alias": "Sub Statement Id",
"name": "sub_statement_id",
"description": "",
"table_name": "refund",
"data_type": "INT",
"size": 0,
"arithmetic_operators": [],
"aggregation_operators": [
"MAX",
" MIN",
" COUNT"
],
"filters_operators": [
"!=",
" =",
" >=",
" <=",
" >",
" <"
],
"allowed_values": [],
"dynamic_filters": [],
"wraps": []
}
]
}
]