| Name | Type | Description | Notes |
|---|---|---|---|
| AmountNet | Pointer to NullableFloat32 | Vat item net amount | [optional] |
| AmountVat | Pointer to NullableFloat32 | Vat item vat amount | [optional] |
func NewVatItem() *VatItem
NewVatItem instantiates a new VatItem 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 NewVatItemWithDefaults() *VatItem
NewVatItemWithDefaults instantiates a new VatItem 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 *VatItem) GetAmountNet() float32
GetAmountNet returns the AmountNet field if non-nil, zero value otherwise.
func (o *VatItem) GetAmountNetOk() (*float32, bool)
GetAmountNetOk returns a tuple with the AmountNet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VatItem) SetAmountNet(v float32)
SetAmountNet sets AmountNet field to given value.
func (o *VatItem) HasAmountNet() bool
HasAmountNet returns a boolean if a field has been set.
func (o *VatItem) SetAmountNetNil(b bool)
SetAmountNetNil sets the value for AmountNet to be an explicit nil
func (o *VatItem) UnsetAmountNet()
UnsetAmountNet ensures that no value is present for AmountNet, not even an explicit nil
func (o *VatItem) GetAmountVat() float32
GetAmountVat returns the AmountVat field if non-nil, zero value otherwise.
func (o *VatItem) GetAmountVatOk() (*float32, bool)
GetAmountVatOk returns a tuple with the AmountVat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VatItem) SetAmountVat(v float32)
SetAmountVat sets AmountVat field to given value.
func (o *VatItem) HasAmountVat() bool
HasAmountVat returns a boolean if a field has been set.
func (o *VatItem) SetAmountVatNil(b bool)
SetAmountVatNil sets the value for AmountVat to be an explicit nil
func (o *VatItem) UnsetAmountVat()
UnsetAmountVat ensures that no value is present for AmountVat, not even an explicit nil