Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.28 KB

IssuedDocumentPreCreateInfoItemsDefaultValues.md

File metadata and controls

66 lines (37 loc) · 2.28 KB

IssuedDocumentPreCreateInfoItemsDefaultValues

Properties

Name Type Description Notes
Vat Pointer to NullableVatType [optional]

Methods

NewIssuedDocumentPreCreateInfoItemsDefaultValues

func NewIssuedDocumentPreCreateInfoItemsDefaultValues() *IssuedDocumentPreCreateInfoItemsDefaultValues

NewIssuedDocumentPreCreateInfoItemsDefaultValues instantiates a new IssuedDocumentPreCreateInfoItemsDefaultValues 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

NewIssuedDocumentPreCreateInfoItemsDefaultValuesWithDefaults

func NewIssuedDocumentPreCreateInfoItemsDefaultValuesWithDefaults() *IssuedDocumentPreCreateInfoItemsDefaultValues

NewIssuedDocumentPreCreateInfoItemsDefaultValuesWithDefaults instantiates a new IssuedDocumentPreCreateInfoItemsDefaultValues 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 *IssuedDocumentPreCreateInfoItemsDefaultValues) GetVat() VatType

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

GetVatOk

func (o *IssuedDocumentPreCreateInfoItemsDefaultValues) GetVatOk() (*VatType, 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 *IssuedDocumentPreCreateInfoItemsDefaultValues) SetVat(v VatType)

SetVat sets Vat field to given value.

HasVat

func (o *IssuedDocumentPreCreateInfoItemsDefaultValues) HasVat() bool

HasVat returns a boolean if a field has been set.

SetVatNil

func (o *IssuedDocumentPreCreateInfoItemsDefaultValues) SetVatNil(b bool)

SetVatNil sets the value for Vat to be an explicit nil

UnsetVat

func (o *IssuedDocumentPreCreateInfoItemsDefaultValues) 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]