PlaceOrderResponseType
No description
type PlaceOrderResponseType {
orderId: String
status: String
redirectUrl: String
}
Fields
PlaceOrderResponseType.orderId
● String
scalar
PlaceOrderResponseType.status
● String
scalar
PlaceOrderResponseType.redirectUrl
● String
scalar
Returned by
placeOrder
mutation