OrderLineVariantBundleProductModel
type OrderLineVariantBundleProductModel {
id: String!
addToBundleBasePrice: Boolean
discountPrice: Float
discountRatio: Float
finalPrice: Float
order: Float!
price: Float!
quantity: Float!
taxValue: Float
variant: OrderLineBundleVariant!
}
Fields
addToBundleBasePriceBooleanIt indicates whether the variant price within the package product will be reflected in the order line or not.
discountPriceFloatIt is the final price of the variant.
discountRatioFloatIt is the discount ratio of the variant.
finalPriceFloatIt is the final price of the variant.
Indicates the order of the product in the bundle.
It is the price of the variant.
It is the quantity of the variant.
taxValueFloatIt is the tax value of the variant.
Information about the variant of the order line item.