Values.GetInvoiceUnitResponseSourceThis retrieves the invoice unit definition.
type nonrec t = {invoiceUnitArn : InvoiceUnitArnString.t option;The ARN to identify an invoice unit. This information can't be modified or deleted.
*)invoiceReceiver : AccountIdString.t option;The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.
*)name : InvoiceUnitName.t option;The unique name of the invoice unit that is shown on the generated invoice.
*)description : DescriptionString.t option;The assigned description for an invoice unit.
*)taxInheritanceDisabled : TaxInheritanceDisabledFlag.t option;Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
*)rule : InvoiceUnitRule.t option;lastModified : LastModifiedTimestamp.t option;The most recent date the invoice unit response was updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TaxInheritanceDisabledFlag.t
| `String of InvoiceUnitArnString.t
| `Structure of
(string * [> `List of [> `String of AccountIdString.t ] list ])
list
| `Timestamp of LastModifiedTimestamp.t ])
list ]