cac:FreightAllowanceCharge
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:AllowanceChargeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] Identifies an Allowance Charge.
- cbc:ChargeIndicator [1..1] Indicates whether the Allowance Charge is a charge (true) or a discount (false).
- cbc:AllowanceChargeReasonCode [0..1] The reason for the Allowance Charge, expressed as a code.
- cbc:AllowanceChargeReason [0..1] The reason for the Allowance Charge, expressed as text.
- cbc:MultiplierFactorNumeric [0..1] The factor applied to the Base Amount to calculate the Allowance Charge.
- cbc:PrepaidIndicator [0..1] Indicates whether the Allowance Charge is prepaid (true) or not (false).
- cbc:SequenceNumeric [0..1] Identifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges.
- cbc:Amount [1..1] The Allowance Charge amount.
- cbc:BaseAmount [0..1] The amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge.
- cbc:AccountingCostCode [0..1] The buyer's accounting code as applied to the Allowance Charge.
- cbc:AccountingCost [0..1] The buyer's accounting cost centre as applied to the Allowance Charge expressed as text.
- cac:TaxCategory [0..*] An association to Tax Category.
- cac:TaxTotal [0..1] An association to Tax Total.
- cac:PaymentMeans [0..*] An association to Payment Means.
Attributes
None
Used in
- Type cac:ConsignmentType (Element cac:Consignment)
- Type cac:GoodsItemType (Elements cac:ContainedGoodsItem, cac:GoodsItem)
- Type cac:ShipmentType (Elements cac:ReportedShipment, cac:Shipment)
Sample instance
<cac:FreightAllowanceCharge> <cbc:ChargeIndicator>true</cbc:ChargeIndicator> <cbc:AllowanceChargeReason>Freight charges</cbc:AllowanceChargeReason> <cbc:SequenceNumeric>1</cbc:SequenceNumeric> <cbc:Amount currencyID="USD">254.00</cbc:Amount> </cac:FreightAllowanceCharge>