Values.ViewBillingResponseSourceThe ViewBilling response includes the following elements.
type nonrec t = {nextPageMarker : PageMarker.t option;If there are more billing records than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.
*)billingRecords : BillingRecords.t option;A summary of billing records.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Price.t
| `Enum of string
| `String of DomainName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of PageMarker.t ])
list ]