{
    "cultureName": "string",
    "currency": "string",
    "date": "date-time",
    "gst": "double",
    "id": "int32",
    "invoiceNumber": "string",
    "lineItems": [
        {
            "abn": "string",
            "billingPlan": "string",
            "brandName": "string",
            "businessId": "int32",
            "businessNumber": "string",
            "description": "string",
            "details": [
                {
                    "description": "string",
                    "groupName": "string"
                }
            ],
            "quantity": "double",
            "totalIncludingGst": "double",
            "unitPriceIncludingGst": "double",
            "whiteLabelName": "string"
        }
    ],
    "totalExcludingGst": "double",
    "totalIncludingGst": "double"
}
| Name | Type | Description | 
|---|---|---|
| cultureName | string | String | 
| currency | string | String | 
| date | date-time | DateTime | 
| gst | double | 
      Nullable | 
  
| id | int32 | Int32 | 
| invoiceNumber | string | String | 
| lineItems[] | array | |
| lineItems[].abn | string | String | 
| lineItems[].billingPlan | string | String | 
| lineItems[].brandName | string | String | 
| lineItems[].businessId | int32 | 
      Nullable | 
  
| lineItems[].businessNumber | string | String | 
| lineItems[].description | string | String | 
| lineItems[].details[] | array | |
| lineItems[].details[].description | string | String | 
| lineItems[].details[].groupName | string | String | 
| lineItems[].quantity | double | Decimal | 
| lineItems[].totalIncludingGst | double | 
      Nullable | 
  
| lineItems[].unitPriceIncludingGst | double | 
      Nullable | 
  
| lineItems[].whiteLabelName | string | String | 
| totalExcludingGst | double | 
      Nullable | 
  
| totalIncludingGst | double | 
      Nullable | 
  
Powered by DapperDox