# source\_type\_alipay

From **Stripe API**.

- Type: `object`

## Properties

### `data_string`

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

### `native_url`

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

### `statement_descriptor`

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

## JSON Schema

```json
{"properties":{"data_string":{"nullable":true,"type":"string"},"native_url":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"}
```
