AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information for one billing record.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.BillingRecord

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.Route53Domains.dll
Version: 3.x.y.z

Syntax

C#
public class BillingRecord

The BillingRecord type exposes the following members

Constructors

NameDescription
Public Method BillingRecord()

Properties

NameTypeDescription
Public Property BillDate System.DateTime

Gets and sets the property BillDate.

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

Public Property DomainName System.String

Gets and sets the property DomainName.

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.

Public Property InvoiceId System.String

Gets and sets the property InvoiceId.

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

Public Property Operation Amazon.Route53Domains.OperationType

Gets and sets the property Operation.

The operation that you were charged for.

Public Property Price System.Double

Gets and sets the property Price.

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

Example value: 12.0

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5