# InternationalPaymentEntity

International payment details.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**international** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: InternationalPaymentEntity = {
    international,
};
```

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