ConfigEshopCheckoutStripeLocation Object
Description
Stripe location configuration for in-person payments.
Declaration
type ConfigEshopCheckoutStripeLocation {
_id: ID
id: String
name: String!
address: Address!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID | Internal identifier. |
id | String | Stripe location identifier. |
name | String! | Location name. |
address | Address! | Physical address of the location. |