Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.72 KB

File metadata and controls

102 lines (57 loc) · 2.72 KB

VatItem

Properties

Name Type Description Notes
AmountNet Pointer to NullableFloat32 Vat item net amount [optional]
AmountVat Pointer to NullableFloat32 Vat item vat amount [optional]

Methods

NewVatItem

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

NewVatItemWithDefaults

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

GetAmountNet

func (o *VatItem) GetAmountNet() float32

GetAmountNet returns the AmountNet field if non-nil, zero value otherwise.

GetAmountNetOk

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.

SetAmountNet

func (o *VatItem) SetAmountNet(v float32)

SetAmountNet sets AmountNet field to given value.

HasAmountNet

func (o *VatItem) HasAmountNet() bool

HasAmountNet returns a boolean if a field has been set.

SetAmountNetNil

func (o *VatItem) SetAmountNetNil(b bool)

SetAmountNetNil sets the value for AmountNet to be an explicit nil

UnsetAmountNet

func (o *VatItem) UnsetAmountNet()

UnsetAmountNet ensures that no value is present for AmountNet, not even an explicit nil

GetAmountVat

func (o *VatItem) GetAmountVat() float32

GetAmountVat returns the AmountVat field if non-nil, zero value otherwise.

GetAmountVatOk

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.

SetAmountVat

func (o *VatItem) SetAmountVat(v float32)

SetAmountVat sets AmountVat field to given value.

HasAmountVat

func (o *VatItem) HasAmountVat() bool

HasAmountVat returns a boolean if a field has been set.

SetAmountVatNil

func (o *VatItem) SetAmountVatNil(b bool)

SetAmountVatNil sets the value for AmountVat to be an explicit nil

UnsetAmountVat

func (o *VatItem) UnsetAmountVat()

UnsetAmountVat ensures that no value is present for AmountVat, not even an explicit nil

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