PerUnitBillingChargeItem
Billing charge item type for per unit fee
This page contains
Fields
totalPrice: Decimal! | Total combined amount |
pricingStrategy: BillingChargePricingStrategy! PREVIEW | Pricing strategy |
percentage: Decimal | Percentage if the pricing strategy is PERCENTAGE |
costTypePerUnit: PerUnitCostType! PREVIEW | Cost type specifically for per unit fee |
salePrice: Decimal! | Sale price per unit |
unit: String! | Unit name |
quantity: Decimal! | Unit quantity |
Implements
- BillingChargeItem PREVIEW