| Name | Type | Description | Notes |
|---|---|---|---|
| CatalogVariantId | Pointer to NullableInt32 | Unique identifier of the catalog variant. | [optional] |
| Units | float32 | Integer representing the number of units of the invoice item. | |
| UnitPrice | string | Decimal representing the price of an unit. | |
| Name | string | The name of the invoice item. | |
| InvoiceVatId | Pointer to int32 | Identifier of the invoice vat. | [optional] |
| Destroy | Pointer to bool | Set if you want to delete this item. | [optional] |
func NewCreateInvoiceRequestInvoiceItemsAttributesInner(units float32, unitPrice string, name string, ) *CreateInvoiceRequestInvoiceItemsAttributesInner
NewCreateInvoiceRequestInvoiceItemsAttributesInner instantiates a new CreateInvoiceRequestInvoiceItemsAttributesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateInvoiceRequestInvoiceItemsAttributesInnerWithDefaults() *CreateInvoiceRequestInvoiceItemsAttributesInner
NewCreateInvoiceRequestInvoiceItemsAttributesInnerWithDefaults instantiates a new CreateInvoiceRequestInvoiceItemsAttributesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetCatalogVariantId() int32
GetCatalogVariantId returns the CatalogVariantId field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetCatalogVariantIdOk() (*int32, bool)
GetCatalogVariantIdOk returns a tuple with the CatalogVariantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetCatalogVariantId(v int32)
SetCatalogVariantId sets CatalogVariantId field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) HasCatalogVariantId() bool
HasCatalogVariantId returns a boolean if a field has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetCatalogVariantIdNil(b bool)
SetCatalogVariantIdNil sets the value for CatalogVariantId to be an explicit nil
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) UnsetCatalogVariantId()
UnsetCatalogVariantId ensures that no value is present for CatalogVariantId, not even an explicit nil
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetUnits() float32
GetUnits returns the Units field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetUnitsOk() (*float32, bool)
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetUnits(v float32)
SetUnits sets Units field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetUnitPrice() string
GetUnitPrice returns the UnitPrice field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetUnitPriceOk() (*string, bool)
GetUnitPriceOk returns a tuple with the UnitPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetUnitPrice(v string)
SetUnitPrice sets UnitPrice field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetName(v string)
SetName sets Name field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetInvoiceVatId() int32
GetInvoiceVatId returns the InvoiceVatId field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetInvoiceVatIdOk() (*int32, bool)
GetInvoiceVatIdOk returns a tuple with the InvoiceVatId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetInvoiceVatId(v int32)
SetInvoiceVatId sets InvoiceVatId field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) HasInvoiceVatId() bool
HasInvoiceVatId returns a boolean if a field has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetDestroy() bool
GetDestroy returns the Destroy field if non-nil, zero value otherwise.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) GetDestroyOk() (*bool, bool)
GetDestroyOk returns a tuple with the Destroy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) SetDestroy(v bool)
SetDestroy sets Destroy field to given value.
func (o *CreateInvoiceRequestInvoiceItemsAttributesInner) HasDestroy() bool
HasDestroy returns a boolean if a field has been set.