Invoicing / Client / get_invoice_unit
get_invoice_unit#
- Invoicing.Client.get_invoice_unit(**kwargs)#
This retrieves the invoice unit definition.
See also: AWS API Documentation
Request Syntax
response = client.get_invoice_unit( InvoiceUnitArn='string', AsOf=datetime(2015, 1, 1) )
- Parameters:
InvoiceUnitArn (string) –
[REQUIRED]
The ARN to identify an invoice unit. This information can’t be modified or deleted.
AsOf (datetime) – The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the
AsOf
time is set to before it was deleted. If anAsOf
is not provided, the default value is the current time.
- Return type:
dict
- Returns:
Response Syntax
{ 'InvoiceUnitArn': 'string', 'InvoiceReceiver': 'string', 'Name': 'string', 'Description': 'string', 'TaxInheritanceDisabled': True|False, 'Rule': { 'LinkedAccounts': [ 'string', ] }, 'LastModified': datetime(2015, 1, 1) }
Response Structure
(dict) –
InvoiceUnitArn (string) –
The ARN to identify an invoice unit. This information can’t be modified or deleted.
InvoiceReceiver (string) –
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 (string) –
The unique name of the invoice unit that is shown on the generated invoice.
Description (string) –
The assigned description for an invoice unit.
TaxInheritanceDisabled (boolean) –
Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
Rule (dict) –
This is used to categorize the invoice unit. Values are Amazon Web Services account IDs. Currently, the only supported rule is
LINKED_ACCOUNT
.LinkedAccounts (list) –
The list of
LINKED_ACCOUNT
IDs where charges are included within the invoice unit.(string) –
LastModified (datetime) –
The most recent date the invoice unit response was updated.
Exceptions