# radar\_review\_resource\_location

From **Stripe API**.

- Type: `object`

## Properties

### `city`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The city where the payment originated.

### `country`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Two-letter ISO code representing the country where the payment originated.

### `latitude`

- Required: false
- Type: `number`
- Nullable: true

The geographic latitude where the payment originated.

### `longitude`

- Required: false
- Type: `number`
- Nullable: true

The geographic longitude where the payment originated.

### `region`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The state/county/province/region where the payment originated.

## JSON Schema

```json
{"properties":{"city":{"description":"The city where the payment originated.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country where the payment originated.","maxLength":5000,"nullable":true,"type":"string"},"latitude":{"description":"The geographic latitude where the payment originated.","nullable":true,"type":"number"},"longitude":{"description":"The geographic longitude where the payment originated.","nullable":true,"type":"number"},"region":{"description":"The state/county/province/region where the payment originated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"RadarReviewResourceLocation","type":"object","x-expandableFields":[]}
```
