Client APIAPI ReferenceCheckoutObjectsCheckoutTotalsTaxOn this pageCheckoutTotalsTax Object Description Tax information in checkout totals. Declaration type CheckoutTotalsTax { name: String amount: Float rate: Float} Fields NameTypeDescriptionnameStringName of the tax.amountFloatTax amount.rateFloatTax rate as a percentage.