BundlePrice
No description
type BundlePrice implements IBundlePrice {
net: Float
gross: Float
originalNet: Float
originalGross: Float
}
Fields
BundlePrice.net ● Float scalar
Net price of the bundle after discounts applied
BundlePrice.gross ● Float scalar
Gross price of the bundle after discounts applied
BundlePrice.originalNet ● Float scalar
Original net price of the bundle before discounts applied
BundlePrice.originalGross ● Float scalar
Original gross price of the bundle before discounts applied
Interfaces
IBundlePrice interface
Member Of
Bundle object ● BundleItem object ● IBundle interface ● IBundleItem interface