# card\_generated\_from\_payment\_method\_details

From **Stripe API**.

- Type: `object`

## Properties

### `card_present`

- Required: false
- Type: `object`

### `type`

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

The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`.

## JSON Schema

```json
{"properties":{"card_present":{"$ref":"#/components/schemas/payment_method_details_card_present"},"type":{"description":"The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`.","maxLength":5000,"type":"string"}},"required":["type"],"title":"card_generated_from_payment_method_details","type":"object","x-expandableFields":["card_present"]}
```
