# KnetikCloud.InvoiceResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_properties** | [**{String: Property}**](Property.md) | A map of additional properties, keyed on the property name (private). Must match the names and types defined in the template for this invoice type, or be an extra not from the template | [optional] 
**billing_address1** | **String** | Line one of the customer&#39;s billing address | [optional] 
**billing_address2** | **String** | Line two of the customer&#39;s billing address | [optional] 
**billing_city_name** | **String** | The city for the customer&#39;s billing address | [optional] 
**billing_country_name** | **String** | The country for the customer&#39;s billing address | [optional] 
**billing_full_name** | **String** | The customer&#39;s name for the billing address | [optional] 
**billing_postal_code** | **String** | The postal code for the customer&#39;s billing address | [optional] 
**billing_state_name** | **String** | The state for the customer&#39;s billing address | [optional] 
**cart_id** | **String** | The guid of the cart this invoice came from | [optional] 
**created_date** | **Number** | The date the invoice was created, unix timestamp in seconds | [optional] 
**currency** | **String** | The code for the currency invoice prices are in | [optional] 
**current_fulfillment_status** | **String** | The fulfillment status of the invoice | [optional] 
**current_payment_status** | **String** | The payment status of the invoice | [optional] 
**discount** | **Number** | The amount of money saved through coupons | [optional] 
**email** | **String** | The customer&#39;s email address | [optional] 
**external_ref** | **String** | An external reference to filter on | [optional] 
**fed_tax** | **Number** | The amount of federal tax added | [optional] 
**grand_total** | **Number** | The final price of the invoice | [optional] 
**id** | **Number** | The id of the invoice | [optional] 
**invoice_number** | **String** | A reference number for the invoice | [optional] 
**items** | [**[InvoiceItemResource]**](InvoiceItemResource.md) | A list of items within the invoice | [optional] 
**name_prefix** | **String** | The customer&#39;s name prefix | [optional] 
**order_notes** | **String** | Notes about the order | [optional] 
**parent_invoice_id** | **Number** | The id of an invoice this is a child of | [optional] 
**payment_method_id** | **Number** | The id of a saved payment method used to pay for the invoice | [optional] 
**phone** | **String** | The customer&#39;s phone number | [optional] 
**phone_number** | **String** | The customer&#39;s phone number | [optional] 
**remaining_balance** | **Number** | The remaining price of the invoice (after any payments made so far) | [optional] 
**shipping** | **Number** | The shipping cost | [optional] 
**shipping_address1** | **String** | Line one of the customer&#39;s shipping address | [optional] 
**shipping_address2** | **String** | Line two of the customer&#39;s shipping address | [optional] 
**shipping_city_name** | **String** | The city for the customer&#39;s shipping address | [optional] 
**shipping_country_name** | **String** | The country for the customer&#39;s shipping address | [optional] 
**shipping_full_name** | **String** | The customer&#39;s name for the shipping address | [optional] 
**shipping_postal_code** | **String** | The postal code for the customer&#39;s shipping address | [optional] 
**shipping_state_name** | **String** | The state for the customer&#39;s shipping address | [optional] 
**sort** | **Number** | A number to use in sorting items. default 500. | [optional] 
**state_tax** | **Number** | The amount of state tax added | [optional] 
**subtotal** | **Number** | The sum price of all items before shipping, coupons and tax | [optional] 
**template** | **String** | An invoice template this invoice is validated against (private). May be null and no validation of properties will be done | [optional] 
**updated_date** | **Number** | The date the invoice was last updated, unix timestamp in seconds | [optional] 
**user** | [**SimpleUserResource**](SimpleUserResource.md) | The owner of the invoice | [optional] 
**vendor_id** | **Number** | The id of the vendor | [optional] 
**vendor_name** | **String** | The name of the invoice | [optional] 


