Name | Type | Description | Notes |
---|---|---|---|
Vat | Pointer to NullableFloat32 | Vat default value | [optional] |
func NewReceivedDocumentInfoItemsDefaultValues() *ReceivedDocumentInfoItemsDefaultValues
NewReceivedDocumentInfoItemsDefaultValues instantiates a new ReceivedDocumentInfoItemsDefaultValues 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 NewReceivedDocumentInfoItemsDefaultValuesWithDefaults() *ReceivedDocumentInfoItemsDefaultValues
NewReceivedDocumentInfoItemsDefaultValuesWithDefaults instantiates a new ReceivedDocumentInfoItemsDefaultValues 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 *ReceivedDocumentInfoItemsDefaultValues) GetVat() float32
GetVat returns the Vat field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfoItemsDefaultValues) GetVatOk() (*float32, bool)
GetVatOk returns a tuple with the Vat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentInfoItemsDefaultValues) SetVat(v float32)
SetVat sets Vat field to given value.
func (o *ReceivedDocumentInfoItemsDefaultValues) HasVat() bool
HasVat returns a boolean if a field has been set.
func (o *ReceivedDocumentInfoItemsDefaultValues) SetVatNil(b bool)
SetVatNil sets the value for Vat to be an explicit nil
func (o *ReceivedDocumentInfoItemsDefaultValues) UnsetVat()
UnsetVat ensures that no value is present for Vat, not even an explicit nil