Skip to main content

LineItemInput

No description

input LineItemInput {
allowGratuity: Boolean!
categoryId: uuid
discountAmount: Float!
discountType: String!
membershipId: uuid
name: String!
packageId: uuid
pricePerUnit: Int!
promotionId: uuid
providerId: String
quantity: Int!
serviceId: uuid
taxRate: Float!
type: String!
useCount: Int!
}

Fields

LineItemInput.allowGratuity ● Boolean! non-null scalar

LineItemInput.categoryId ● uuid scalar

LineItemInput.discountAmount ● Float! non-null scalar

LineItemInput.discountType ● String! non-null scalar

LineItemInput.membershipId ● uuid scalar

LineItemInput.name ● String! non-null scalar

LineItemInput.packageId ● uuid scalar

LineItemInput.pricePerUnit ● Int! non-null scalar

LineItemInput.promotionId ● uuid scalar

LineItemInput.providerId ● String scalar

LineItemInput.quantity ● Int! non-null scalar

LineItemInput.serviceId ● uuid scalar

LineItemInput.taxRate ● Float! non-null scalar

LineItemInput.type ● String! non-null scalar

LineItemInput.useCount ● Int! non-null scalar

Member Of

PurchaseFromStorefrontInput input