TariffType

Tariff type

type TariffType {

  tid: Int

  tariffType: Long

  rateType: String

  path: [Long]

  name: String

  tariffTypeUuid: UUID
}

Required by

Cdr
Charge Data Record (CDR). In Smile, a CDR is a record of a single element of a billable event.