go back Home

RowCashBatch

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<cash_batch company_id="..." id="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." conversion_fee="..." conversion_fee_c="..." conversion_fee_d="..." conversion_fee_n="..." conversion_fee_r="..." converted_functional_amt="..." converted_functional_amt_c="..." converted_functional_amt_d="..." converted_functional_amt_n="..." converted_functional_amt_r="..." currency_type="..." deposit_balance="..." deposit_balance_c="..." deposit_balance_d="..." deposit_balance_n="..." deposit_balance_r="..." exchange_rate="..." functional_conversion_fee="..." functional_conversion_fee_c="..." functional_conversion_fee_d="..." functional_conversion_fee_n="..." functional_conversion_fee_r="..." functional_net_amount="..." functional_net_amount_c="..." functional_net_amount_d="..." functional_net_amount_n="..." functional_net_amount_r="..." glid="..." receipt_date="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"cash_batch","company_id":"...","id":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","conversion_fee":"...","conversion_fee_c":"...","conversion_fee_d":"...","conversion_fee_n":"...","conversion_fee_r":"...","converted_functional_amt":"...","converted_functional_amt_c":"...","converted_functional_amt_d":"...","converted_functional_amt_n":"...","converted_functional_amt_r":"...","currency_type":"...","deposit_balance":"...","deposit_balance_c":"...","deposit_balance_d":"...","deposit_balance_n":"...","deposit_balance_r":"...","exchange_rate":"...","functional_conversion_fee":"...","functional_conversion_fee_c":"...","functional_conversion_fee_d":"...","functional_conversion_fee_n":"...","functional_conversion_fee_r":"...","functional_net_amount":"...","functional_net_amount_c":"...","functional_net_amount_d":"...","functional_net_amount_n":"...","functional_net_amount_r":"...","glid":"...","receipt_date":"..."}

Fields

key name size type
company_id 4 String
id 8 String
amount 16.2 BigDecimal
amount_c 3 String
amount_d 19 Date
amount_n 16.2 BigDecimal
amount_r 10.6 BigDecimal
conversion_fee 16.2 BigDecimal
conversion_fee_c 3 String
conversion_fee_d 19 Date
conversion_fee_n 16.2 BigDecimal
conversion_fee_r 10.6 BigDecimal
converted_functional_amt 16.2 BigDecimal
converted_functional_amt_c 3 String
converted_functional_amt_d 19 Date
converted_functional_amt_n 16.2 BigDecimal
converted_functional_amt_r 10.6 BigDecimal
currency_type 3 String
deposit_balance 16.2 BigDecimal
deposit_balance_c 3 String
deposit_balance_d 19 Date
deposit_balance_n 16.2 BigDecimal
deposit_balance_r 10.6 BigDecimal
exchange_rate 10.6 BigDecimal
functional_conversion_fee 16.2 BigDecimal
functional_conversion_fee_c 3 String
functional_conversion_fee_d 19 Date
functional_conversion_fee_n 16.2 BigDecimal
functional_conversion_fee_r 10.6 BigDecimal
functional_net_amount 16.2 BigDecimal
functional_net_amount_c 3 String
functional_net_amount_d 19 Date
functional_net_amount_n 16.2 BigDecimal
functional_net_amount_r 10.6 BigDecimal
glid 20 String
receipt_date 10 Date