Values.InvoiceSummariesSelectorSourceSpecifies the invoice summary.
type nonrec t = {resourceType : ListInvoiceSummariesResourceType.t;The query identifier type (INVOICE_ID or ACCOUNT_ID).
*)value : StringWithoutNewLine.t;The value of the query identifier.
*)}val make :
resourceType:ListInvoiceSummariesResourceType.t ->
value:StringWithoutNewLine.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StringWithoutNewLine.t ]) list ]