Amazon.Route53Domains.AmazonRoute53DomainsClient.ViewBilling C# (CSharp) Method

ViewBilling() public method

This operation returns all the domain-related billing records for the current AWS account for a specified period
/// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. ///
public ViewBilling ( ViewBillingRequest request ) : ViewBillingResponse
request Amazon.Route53Domains.Model.ViewBillingRequest Container for the necessary parameters to execute the ViewBilling service method.
return Amazon.Route53Domains.Model.ViewBillingResponse
        public ViewBillingResponse ViewBilling(ViewBillingRequest request)
        {
            var marshaller = new ViewBillingRequestMarshaller();
            var unmarshaller = ViewBillingResponseUnmarshaller.Instance;

            return Invoke<ViewBillingRequest,ViewBillingResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient