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.

Container for the parameters to the ViewBilling operation. Returns all the domain-related billing records for the current Amazon Web Services account for a specified period

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53Domains.AmazonRoute53DomainsRequest
      Amazon.Route53Domains.Model.ViewBillingRequest

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

Syntax

C#
public class ViewBillingRequest : AmazonRoute53DomainsRequest
         IAmazonWebServiceRequest

The ViewBillingRequest type exposes the following members

Constructors

NameDescription
Public Method ViewBillingRequest()

Properties

NameTypeDescription
Public Property End System.DateTime

Gets and sets the property End.

The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Public Property Marker System.String

Gets and sets the property Marker.

For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

The number of billing records to be returned.

Default: 20

Public Property Start System.DateTime

Gets and sets the property Start.

The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

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