TNEntityOcpiPrice

@objcMembers
open class TNEntityOcpiPrice : NSObject, Codable

Undocumented

  • Price/Cost excluding VAT.

    Declaration

    Swift

    public var exclVat: Double?
  • Price/Cost including VAT.

    Declaration

    Swift

    public var inclVat: Double?