TNEntityPriceComponent

@objcMembers
open class TNEntityPriceComponent : NSObject, Codable

Undocumented

  • Type of tariff dimension.

    Declaration

    Swift

    public var type: TNEntityTariffDimensionType?
  • Price per unit (excl. VAT) for this tariff dimension.

    Declaration

    Swift

    public var price: Double?
  • vat

    Applicable VAT percentage for this tariff dimension.

    Declaration

    Swift

    public var vat: Double?
  • Minimum amount to be billed.

    Declaration

    Swift

    public var stepSize: Int?