...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
InvoiceId | Int32 |
The Invoice Id is a unique identifier for an Invoice. For internal use only. | |||
InvoiceNumber | String |
The Invoice Number is a unique identifier for an Invoice. | DRAFT00927 | |||
InvoiceUid | Int64 |
A unique and immutable Id for an Invoice. | 1152921504607622580 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<InvoiceIdentity>
<InvoiceId i:nil="true"/>
<InvoiceNumber>DRAFT00927</InvoiceNumber>
<InvoiceUid>1152921504607622580</InvoiceUid>
</InvoiceIdentity>
|