Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.17 KB

ReceivedDocumentInfoItemsDefaultValues.md

File metadata and controls

66 lines (37 loc) · 2.17 KB

ReceivedDocumentInfoItemsDefaultValues

Properties

Name Type Description Notes
Vat Pointer to NullableFloat32 Default vat value. [optional]

Methods

NewReceivedDocumentInfoItemsDefaultValues

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

NewReceivedDocumentInfoItemsDefaultValuesWithDefaults

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

GetVat

func (o *ReceivedDocumentInfoItemsDefaultValues) GetVat() float32

GetVat returns the Vat field if non-nil, zero value otherwise.

GetVatOk

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.

SetVat

func (o *ReceivedDocumentInfoItemsDefaultValues) SetVat(v float32)

SetVat sets Vat field to given value.

HasVat

func (o *ReceivedDocumentInfoItemsDefaultValues) HasVat() bool

HasVat returns a boolean if a field has been set.

SetVatNil

func (o *ReceivedDocumentInfoItemsDefaultValues) SetVatNil(b bool)

SetVatNil sets the value for Vat to be an explicit nil

UnsetVat

func (o *ReceivedDocumentInfoItemsDefaultValues) UnsetVat()

UnsetVat ensures that no value is present for Vat, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]