Skip to main content

PurchaseFromStorefrontInput

No description

input PurchaseFromStorefrontInput {
billingAddress: AddressInput
billingAddressId: uuid
ccLast4: String
email: String!
finixFraudSessionId: String
finixToken: String
firstName: String!
lastName: String!
lineItems: [LineItemInput]
memberships: [LineItemInput]
packages: [LineItemInput]
patientId: uuid
payrixCustomerId: String
payrixPaymentToken: String
payrixTransactionId: String
phoneNumber: String!
promotions: [LineItemInput]
services: [LineItemInput]
shippingAddress: AddressInput
shippingAddressId: uuid
shippingBillingIsSame: Boolean
shippingMethod: String
turnstileToken: String!
walletAmountToUse: Int
workspaceId: uuid!
}

Fields

PurchaseFromStorefrontInput.billingAddress ● AddressInput input

PurchaseFromStorefrontInput.billingAddressId ● uuid scalar

PurchaseFromStorefrontInput.ccLast4 ● String scalar

PurchaseFromStorefrontInput.email ● String! non-null scalar

PurchaseFromStorefrontInput.finixFraudSessionId ● String scalar

PurchaseFromStorefrontInput.finixToken ● String scalar

PurchaseFromStorefrontInput.firstName ● String! non-null scalar

PurchaseFromStorefrontInput.lastName ● String! non-null scalar

PurchaseFromStorefrontInput.lineItems ● [LineItemInput] list input

PurchaseFromStorefrontInput.memberships ● [LineItemInput] list input

PurchaseFromStorefrontInput.packages ● [LineItemInput] list input

PurchaseFromStorefrontInput.patientId ● uuid scalar

PurchaseFromStorefrontInput.payrixCustomerId ● String scalar

PurchaseFromStorefrontInput.payrixPaymentToken ● String scalar

PurchaseFromStorefrontInput.payrixTransactionId ● String scalar

PurchaseFromStorefrontInput.phoneNumber ● String! non-null scalar

PurchaseFromStorefrontInput.promotions ● [LineItemInput] list input

PurchaseFromStorefrontInput.services ● [LineItemInput] list input

PurchaseFromStorefrontInput.shippingAddress ● AddressInput input

PurchaseFromStorefrontInput.shippingAddressId ● uuid scalar

PurchaseFromStorefrontInput.shippingBillingIsSame ● Boolean scalar

PurchaseFromStorefrontInput.shippingMethod ● String scalar

PurchaseFromStorefrontInput.turnstileToken ● String! non-null scalar

PurchaseFromStorefrontInput.walletAmountToUse ● Int scalar

PurchaseFromStorefrontInput.workspaceId ● uuid! non-null scalar

Member Of

purchaseFromStorefront mutation