# VendorRecon200ResponseDataInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** |  | [optional] [default to undefined]
**settlement_eligibility_time** | **string** |  | [optional] [default to undefined]
**merchant_order_id** | **string** |  | [optional] [default to undefined]
**tx_time** | **string** |  | [optional] [default to undefined]
**settlement_id** | **number** |  | [optional] [default to undefined]
**settled** | **boolean** |  | [optional] [default to undefined]
**fee** | **string** |  | [optional] [default to undefined]
**tax** | **string** |  | [optional] [default to undefined]
**entity_id** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**merchant_vendor_id** | **string** |  | [optional] [default to undefined]
**added_on_time** | **string** |  | [optional] [default to undefined]
**settlement_time** | **string** |  | [optional] [default to undefined]
**settlement_utr** | **string** |  | [optional] [default to undefined]
**currency** | **string** |  | [optional] [default to undefined]
**debit** | **string** |  | [optional] [default to undefined]
**credit** | **string** |  | [optional] [default to undefined]
**refund_arn** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { VendorRecon200ResponseDataInner } from 'cashfree-pg';

const instance: VendorRecon200ResponseDataInner = {
    amount,
    settlement_eligibility_time,
    merchant_order_id,
    tx_time,
    settlement_id,
    settled,
    fee,
    tax,
    entity_id,
    type,
    merchant_vendor_id,
    added_on_time,
    settlement_time,
    settlement_utr,
    currency,
    debit,
    credit,
    refund_arn,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
