BillingRate constructor
BillingRate({})
Implementation
BillingRate({
this.currencyCode,
this.endDate,
this.id,
this.name,
this.rateInMicros,
this.startDate,
this.tieredRates,
this.type,
this.unitOfMeasure,
});