Class InvoicePriceComponentType

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class InvoicePriceComponentType
    extends Code
    • Field Detail

      • BASE

        public static final InvoicePriceComponentType BASE
        base price

        the amount is the base price used for calculating the total price before applying surcharges, discount or taxes.

      • SURCHARGE

        public static final InvoicePriceComponentType SURCHARGE
        surcharge

        the amount is a surcharge applied on the base price.

      • DEDUCTION

        public static final InvoicePriceComponentType DEDUCTION
        deduction

        the amount is a deduction applied on the base price.

      • DISCOUNT

        public static final InvoicePriceComponentType DISCOUNT
        discount

        the amount is a discount applied on the base price.

      • INFORMATIONAL

        public static final InvoicePriceComponentType INFORMATIONAL
        informational

        the amount is of informational character, it has not been applied in the calculation of the total price.