BillingRecord constructor
BillingRecord({
- DateTime? billDate,
- String? domainName,
- String? invoiceId,
- OperationType? operation,
- double? price,
Implementation
BillingRecord({
this.billDate,
this.domainName,
this.invoiceId,
this.operation,
this.price,
});