CartAdditionalChargeDetail
Surcharge charge detail for a due-now total
This page contains
Fields
| type: String! | Charge type identifier — string representation of invoice-core's AdditionalChargeType enum (e.g. SURCHARGE) |
| amount: Decimal! | Surcharge amount for this charge |
| rate: Decimal! | Surcharge rate as a decimal (e.g. 0.025 for 2.5%) |
Parent objects of CartAdditionalChargeDetail
| CartPricingTotal | Pricing totals for all items in the cart |