Skip to main content

IBundlePrice

No description

interface IBundlePrice {
net: Float
gross: Float
originalNet: Float
originalGross: Float
}

Fields

IBundlePrice.net ● Float scalar

Net price of the bundle after discounts applied

IBundlePrice.gross ● Float scalar

Gross price of the bundle after discounts applied

IBundlePrice.originalNet ● Float scalar

Original net price of the bundle before discounts applied

IBundlePrice.originalGross ● Float scalar

Original gross price of the bundle before discounts applied

Implemented By

BundlePrice object