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