# source\_type\_card

From **Stripe API**.

- Type: `object`

## Properties

### `address_line1_check`

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

### `address_zip_check`

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

### `brand`

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

### `country`

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

### `cvc_check`

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

### `dynamic_last4`

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

### `exp_month`

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

### `exp_year`

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

### `fingerprint`

- Required: false
- Type: `string`

### `funding`

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

### `last4`

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

### `name`

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

### `three_d_secure`

- Required: false
- Type: `string`

### `tokenization_method`

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

## JSON Schema

```json
{"properties":{"address_line1_check":{"nullable":true,"type":"string"},"address_zip_check":{"nullable":true,"type":"string"},"brand":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"cvc_check":{"nullable":true,"type":"string"},"dynamic_last4":{"nullable":true,"type":"string"},"exp_month":{"nullable":true,"type":"integer"},"exp_year":{"nullable":true,"type":"integer"},"fingerprint":{"type":"string"},"funding":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"name":{"nullable":true,"type":"string"},"three_d_secure":{"type":"string"},"tokenization_method":{"nullable":true,"type":"string"}},"type":"object"}
```
