Struct rusoto_route53domains::BillingRecord [] [src]

pub struct BillingRecord {
    pub bill_date: Option<Timestamp>,
    pub domain_name: Option<DomainName>,
    pub invoice_id: Option<InvoiceId>,
    pub operation: Option<OperationType>,
    pub price: Option<Price>,
}

Fields

The date that the operation was billed, in Unix format.

Type: Double

The name of a domain.

Type: String

The ID of the invoice that is associated with the billing record.

Type: String

The operation that you were charged for.

Type: String

Valid values:

  • REGISTER_DOMAIN
  • TRANSFER_IN_DOMAIN
  • RENEW_DOMAIN
  • CHANGE_DOMAIN_OWNER

The price that you were charged for the operation, in US dollars.

Type: Double

Example value: 12.0

Trait Implementations

impl Default for BillingRecord
[src]

Returns the "default value" for a type. Read more

impl Debug for BillingRecord
[src]

Formats the value using the given formatter.

impl Clone for BillingRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more