| Name | Type | Description | Notes |
|---|---|---|---|
| AmountNet | Pointer to NullableFloat32 | Issued document total net amount | [optional] |
| AmountRivalsa | Pointer to NullableFloat32 | Issued document rivalsa amount | [optional] |
| AmountNetWithRivalsa | Pointer to NullableFloat32 | Issued document net amount with rivalsa | [optional] |
| AmountCassa | Pointer to NullableFloat32 | Issued document cassa amount | [optional] |
| TaxableAmount | Pointer to NullableFloat32 | Issued document taxable amount | [optional] |
| NotTaxableAmount | Pointer to NullableFloat32 | Issued document not taxable amount | [optional] |
| AmountVat | Pointer to NullableFloat32 | Issued document total vat amount | [optional] |
| AmountGross | Pointer to NullableFloat32 | Issued document total gross amount | [optional] |
| TaxableAmountWithholdingTax | Pointer to NullableFloat32 | Issued document Taxable withholding tax amount | [optional] |
| AmountWithholdingTax | Pointer to NullableFloat32 | Issued document withholding tax amount | [optional] |
| TaxableAmountOtherWithholdingTax | Pointer to NullableFloat32 | Issued document other withholding tax taxable amount | [optional] |
| AmountOtherWithholdingTax | Pointer to NullableFloat32 | Issued document other withholding tax amount | [optional] |
| StampDuty | Pointer to NullableFloat32 | Issued document stamp duty value [0 if not present]. | [optional] |
| AmountDue | Pointer to NullableFloat32 | Issued document total amount due | [optional] |
| IsEnasarcoMaximalExceeded | Pointer to NullableBool | Is enasarco maximal excedeed | [optional] |
| PaymentsSum | Pointer to NullableFloat32 | Issued document payments sum | [optional] |
| VatList | Pointer to map[string]VatItem | [optional] |
func NewIssuedDocumentTotals() *IssuedDocumentTotals
NewIssuedDocumentTotals instantiates a new IssuedDocumentTotals 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 NewIssuedDocumentTotalsWithDefaults() *IssuedDocumentTotals
NewIssuedDocumentTotalsWithDefaults instantiates a new IssuedDocumentTotals 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 *IssuedDocumentTotals) GetAmountNet() float32
GetAmountNet returns the AmountNet field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) 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 *IssuedDocumentTotals) SetAmountNet(v float32)
SetAmountNet sets AmountNet field to given value.
func (o *IssuedDocumentTotals) HasAmountNet() bool
HasAmountNet returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountNetNil(b bool)
SetAmountNetNil sets the value for AmountNet to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountNet()
UnsetAmountNet ensures that no value is present for AmountNet, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountRivalsa() float32
GetAmountRivalsa returns the AmountRivalsa field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountRivalsaOk() (*float32, bool)
GetAmountRivalsaOk returns a tuple with the AmountRivalsa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountRivalsa(v float32)
SetAmountRivalsa sets AmountRivalsa field to given value.
func (o *IssuedDocumentTotals) HasAmountRivalsa() bool
HasAmountRivalsa returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountRivalsaNil(b bool)
SetAmountRivalsaNil sets the value for AmountRivalsa to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountRivalsa()
UnsetAmountRivalsa ensures that no value is present for AmountRivalsa, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountNetWithRivalsa() float32
GetAmountNetWithRivalsa returns the AmountNetWithRivalsa field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountNetWithRivalsaOk() (*float32, bool)
GetAmountNetWithRivalsaOk returns a tuple with the AmountNetWithRivalsa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountNetWithRivalsa(v float32)
SetAmountNetWithRivalsa sets AmountNetWithRivalsa field to given value.
func (o *IssuedDocumentTotals) HasAmountNetWithRivalsa() bool
HasAmountNetWithRivalsa returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountNetWithRivalsaNil(b bool)
SetAmountNetWithRivalsaNil sets the value for AmountNetWithRivalsa to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountNetWithRivalsa()
UnsetAmountNetWithRivalsa ensures that no value is present for AmountNetWithRivalsa, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountCassa() float32
GetAmountCassa returns the AmountCassa field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountCassaOk() (*float32, bool)
GetAmountCassaOk returns a tuple with the AmountCassa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountCassa(v float32)
SetAmountCassa sets AmountCassa field to given value.
func (o *IssuedDocumentTotals) HasAmountCassa() bool
HasAmountCassa returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountCassaNil(b bool)
SetAmountCassaNil sets the value for AmountCassa to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountCassa()
UnsetAmountCassa ensures that no value is present for AmountCassa, not even an explicit nil
func (o *IssuedDocumentTotals) GetTaxableAmount() float32
GetTaxableAmount returns the TaxableAmount field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetTaxableAmountOk() (*float32, bool)
GetTaxableAmountOk returns a tuple with the TaxableAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetTaxableAmount(v float32)
SetTaxableAmount sets TaxableAmount field to given value.
func (o *IssuedDocumentTotals) HasTaxableAmount() bool
HasTaxableAmount returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetTaxableAmountNil(b bool)
SetTaxableAmountNil sets the value for TaxableAmount to be an explicit nil
func (o *IssuedDocumentTotals) UnsetTaxableAmount()
UnsetTaxableAmount ensures that no value is present for TaxableAmount, not even an explicit nil
func (o *IssuedDocumentTotals) GetNotTaxableAmount() float32
GetNotTaxableAmount returns the NotTaxableAmount field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetNotTaxableAmountOk() (*float32, bool)
GetNotTaxableAmountOk returns a tuple with the NotTaxableAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetNotTaxableAmount(v float32)
SetNotTaxableAmount sets NotTaxableAmount field to given value.
func (o *IssuedDocumentTotals) HasNotTaxableAmount() bool
HasNotTaxableAmount returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetNotTaxableAmountNil(b bool)
SetNotTaxableAmountNil sets the value for NotTaxableAmount to be an explicit nil
func (o *IssuedDocumentTotals) UnsetNotTaxableAmount()
UnsetNotTaxableAmount ensures that no value is present for NotTaxableAmount, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountVat() float32
GetAmountVat returns the AmountVat field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) 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 *IssuedDocumentTotals) SetAmountVat(v float32)
SetAmountVat sets AmountVat field to given value.
func (o *IssuedDocumentTotals) HasAmountVat() bool
HasAmountVat returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountVatNil(b bool)
SetAmountVatNil sets the value for AmountVat to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountVat()
UnsetAmountVat ensures that no value is present for AmountVat, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountGross() float32
GetAmountGross returns the AmountGross field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountGrossOk() (*float32, bool)
GetAmountGrossOk returns a tuple with the AmountGross field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountGross(v float32)
SetAmountGross sets AmountGross field to given value.
func (o *IssuedDocumentTotals) HasAmountGross() bool
HasAmountGross returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountGrossNil(b bool)
SetAmountGrossNil sets the value for AmountGross to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountGross()
UnsetAmountGross ensures that no value is present for AmountGross, not even an explicit nil
func (o *IssuedDocumentTotals) GetTaxableAmountWithholdingTax() float32
GetTaxableAmountWithholdingTax returns the TaxableAmountWithholdingTax field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetTaxableAmountWithholdingTaxOk() (*float32, bool)
GetTaxableAmountWithholdingTaxOk returns a tuple with the TaxableAmountWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetTaxableAmountWithholdingTax(v float32)
SetTaxableAmountWithholdingTax sets TaxableAmountWithholdingTax field to given value.
func (o *IssuedDocumentTotals) HasTaxableAmountWithholdingTax() bool
HasTaxableAmountWithholdingTax returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetTaxableAmountWithholdingTaxNil(b bool)
SetTaxableAmountWithholdingTaxNil sets the value for TaxableAmountWithholdingTax to be an explicit nil
func (o *IssuedDocumentTotals) UnsetTaxableAmountWithholdingTax()
UnsetTaxableAmountWithholdingTax ensures that no value is present for TaxableAmountWithholdingTax, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountWithholdingTax() float32
GetAmountWithholdingTax returns the AmountWithholdingTax field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountWithholdingTaxOk() (*float32, bool)
GetAmountWithholdingTaxOk returns a tuple with the AmountWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountWithholdingTax(v float32)
SetAmountWithholdingTax sets AmountWithholdingTax field to given value.
func (o *IssuedDocumentTotals) HasAmountWithholdingTax() bool
HasAmountWithholdingTax returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountWithholdingTaxNil(b bool)
SetAmountWithholdingTaxNil sets the value for AmountWithholdingTax to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountWithholdingTax()
UnsetAmountWithholdingTax ensures that no value is present for AmountWithholdingTax, not even an explicit nil
func (o *IssuedDocumentTotals) GetTaxableAmountOtherWithholdingTax() float32
GetTaxableAmountOtherWithholdingTax returns the TaxableAmountOtherWithholdingTax field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetTaxableAmountOtherWithholdingTaxOk() (*float32, bool)
GetTaxableAmountOtherWithholdingTaxOk returns a tuple with the TaxableAmountOtherWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetTaxableAmountOtherWithholdingTax(v float32)
SetTaxableAmountOtherWithholdingTax sets TaxableAmountOtherWithholdingTax field to given value.
func (o *IssuedDocumentTotals) HasTaxableAmountOtherWithholdingTax() bool
HasTaxableAmountOtherWithholdingTax returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetTaxableAmountOtherWithholdingTaxNil(b bool)
SetTaxableAmountOtherWithholdingTaxNil sets the value for TaxableAmountOtherWithholdingTax to be an explicit nil
func (o *IssuedDocumentTotals) UnsetTaxableAmountOtherWithholdingTax()
UnsetTaxableAmountOtherWithholdingTax ensures that no value is present for TaxableAmountOtherWithholdingTax, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountOtherWithholdingTax() float32
GetAmountOtherWithholdingTax returns the AmountOtherWithholdingTax field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountOtherWithholdingTaxOk() (*float32, bool)
GetAmountOtherWithholdingTaxOk returns a tuple with the AmountOtherWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountOtherWithholdingTax(v float32)
SetAmountOtherWithholdingTax sets AmountOtherWithholdingTax field to given value.
func (o *IssuedDocumentTotals) HasAmountOtherWithholdingTax() bool
HasAmountOtherWithholdingTax returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountOtherWithholdingTaxNil(b bool)
SetAmountOtherWithholdingTaxNil sets the value for AmountOtherWithholdingTax to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountOtherWithholdingTax()
UnsetAmountOtherWithholdingTax ensures that no value is present for AmountOtherWithholdingTax, not even an explicit nil
func (o *IssuedDocumentTotals) GetStampDuty() float32
GetStampDuty returns the StampDuty field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetStampDutyOk() (*float32, bool)
GetStampDutyOk returns a tuple with the StampDuty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetStampDuty(v float32)
SetStampDuty sets StampDuty field to given value.
func (o *IssuedDocumentTotals) HasStampDuty() bool
HasStampDuty returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetStampDutyNil(b bool)
SetStampDutyNil sets the value for StampDuty to be an explicit nil
func (o *IssuedDocumentTotals) UnsetStampDuty()
UnsetStampDuty ensures that no value is present for StampDuty, not even an explicit nil
func (o *IssuedDocumentTotals) GetAmountDue() float32
GetAmountDue returns the AmountDue field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetAmountDueOk() (*float32, bool)
GetAmountDueOk returns a tuple with the AmountDue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetAmountDue(v float32)
SetAmountDue sets AmountDue field to given value.
func (o *IssuedDocumentTotals) HasAmountDue() bool
HasAmountDue returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetAmountDueNil(b bool)
SetAmountDueNil sets the value for AmountDue to be an explicit nil
func (o *IssuedDocumentTotals) UnsetAmountDue()
UnsetAmountDue ensures that no value is present for AmountDue, not even an explicit nil
func (o *IssuedDocumentTotals) GetIsEnasarcoMaximalExceeded() bool
GetIsEnasarcoMaximalExceeded returns the IsEnasarcoMaximalExceeded field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetIsEnasarcoMaximalExceededOk() (*bool, bool)
GetIsEnasarcoMaximalExceededOk returns a tuple with the IsEnasarcoMaximalExceeded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetIsEnasarcoMaximalExceeded(v bool)
SetIsEnasarcoMaximalExceeded sets IsEnasarcoMaximalExceeded field to given value.
func (o *IssuedDocumentTotals) HasIsEnasarcoMaximalExceeded() bool
HasIsEnasarcoMaximalExceeded returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetIsEnasarcoMaximalExceededNil(b bool)
SetIsEnasarcoMaximalExceededNil sets the value for IsEnasarcoMaximalExceeded to be an explicit nil
func (o *IssuedDocumentTotals) UnsetIsEnasarcoMaximalExceeded()
UnsetIsEnasarcoMaximalExceeded ensures that no value is present for IsEnasarcoMaximalExceeded, not even an explicit nil
func (o *IssuedDocumentTotals) GetPaymentsSum() float32
GetPaymentsSum returns the PaymentsSum field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetPaymentsSumOk() (*float32, bool)
GetPaymentsSumOk returns a tuple with the PaymentsSum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetPaymentsSum(v float32)
SetPaymentsSum sets PaymentsSum field to given value.
func (o *IssuedDocumentTotals) HasPaymentsSum() bool
HasPaymentsSum returns a boolean if a field has been set.
func (o *IssuedDocumentTotals) SetPaymentsSumNil(b bool)
SetPaymentsSumNil sets the value for PaymentsSum to be an explicit nil
func (o *IssuedDocumentTotals) UnsetPaymentsSum()
UnsetPaymentsSum ensures that no value is present for PaymentsSum, not even an explicit nil
func (o *IssuedDocumentTotals) GetVatList() map[string]VatItem
GetVatList returns the VatList field if non-nil, zero value otherwise.
func (o *IssuedDocumentTotals) GetVatListOk() (*map[string]VatItem, bool)
GetVatListOk returns a tuple with the VatList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentTotals) SetVatList(v map[string]VatItem)
SetVatList sets VatList field to given value.
func (o *IssuedDocumentTotals) HasVatList() bool
HasVatList returns a boolean if a field has been set.