BillingRecord class

Information for one billing record.

Constructors

BillingRecord({DateTime? billDate, String? domainName, String? invoiceId, OperationType? operation, double? price})
BillingRecord.fromJson(Map<String, dynamic> json)
factory

Properties

billDate DateTime?
The date that the operation was billed, in Unix format.
final
domainName String?
The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
final
hashCode int
The hash code for this object.
no setterinherited
invoiceId String?
The ID of the invoice that is associated with the billing record.
final
operation OperationType?
The operation that you were charged for.
final
price double?
The price that you were charged for the operation, in US dollars.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited