# AdditionalFeeSale - customer - OBJECT Version: 2024-10 ## Description A sale that includes an additional fee charge. ### Access Scopes ## Fields * [actionType](/docs/api/customer/2024-10/enums/SaleActionType): SaleActionType! - The type of order action represented by the sale. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - The unique ID of the sale. * [lineType](/docs/api/customer/2024-10/enums/SaleLineType): SaleLineType! - The type of line associated with the sale. * [quantity](/docs/api/customer/2024-10/scalars/Int): Int - The number of units ordered or intended to be returned. * [taxes](/docs/api/customer/2024-10/objects/SaleTax): SaleTax! - The individual taxes associated with the sale. * [totalAmount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total sale amount after taxes and discounts. * [totalDiscountAmountAfterTaxes](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total amount of discounts allocated to the sale after taxes. * [totalDiscountAmountBeforeTaxes](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total discounts allocated to the sale before taxes. * [totalTaxAmount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total tax amount for the sale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples