Types > GatewayType
Commerce APITypesGatewayType
GatewayType

Values

ValueDescription
manual
paypal
stripe
test

Used By

Queries

gateways

Types

Gateway, GatewayCreate, Order

Preview (typescript)

type GatewayType =
| "manual"
| "paypal"
| "stripe"
| "test"