Name | Type | Description | Notes |
---|---|---|---|
AmountNet | Pointer to NullableFloat32 | Received document total net amount | [optional] |
AmountVat | Pointer to NullableFloat32 | Received document total vat amount | [optional] |
AmountGross | Pointer to NullableFloat32 | Received document total gross amount | [optional] |
AmountWithholdingTax | Pointer to NullableFloat32 | Received document withholding tax amount | [optional] |
AmountOtherWithholdingTax | Pointer to NullableFloat32 | Received document other withholding tax amount | [optional] |
AmountDue | Pointer to NullableFloat32 | Received document total amount due | [optional] |
PaymentsSum | Pointer to NullableFloat32 | Received document payments sum | [optional] |
func NewReceivedDocumentTotals() *ReceivedDocumentTotals
NewReceivedDocumentTotals instantiates a new ReceivedDocumentTotals 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 NewReceivedDocumentTotalsWithDefaults() *ReceivedDocumentTotals
NewReceivedDocumentTotalsWithDefaults instantiates a new ReceivedDocumentTotals 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 *ReceivedDocumentTotals) GetAmountNet() float32
GetAmountNet returns the AmountNet field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountNet(v float32)
SetAmountNet sets AmountNet field to given value.
func (o *ReceivedDocumentTotals) HasAmountNet() bool
HasAmountNet returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountNetNil(b bool)
SetAmountNetNil sets the value for AmountNet to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountNet()
UnsetAmountNet ensures that no value is present for AmountNet, not even an explicit nil
func (o *ReceivedDocumentTotals) GetAmountVat() float32
GetAmountVat returns the AmountVat field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountVat(v float32)
SetAmountVat sets AmountVat field to given value.
func (o *ReceivedDocumentTotals) HasAmountVat() bool
HasAmountVat returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountVatNil(b bool)
SetAmountVatNil sets the value for AmountVat to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountVat()
UnsetAmountVat ensures that no value is present for AmountVat, not even an explicit nil
func (o *ReceivedDocumentTotals) GetAmountGross() float32
GetAmountGross returns the AmountGross field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountGross(v float32)
SetAmountGross sets AmountGross field to given value.
func (o *ReceivedDocumentTotals) HasAmountGross() bool
HasAmountGross returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountGrossNil(b bool)
SetAmountGrossNil sets the value for AmountGross to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountGross()
UnsetAmountGross ensures that no value is present for AmountGross, not even an explicit nil
func (o *ReceivedDocumentTotals) GetAmountWithholdingTax() float32
GetAmountWithholdingTax returns the AmountWithholdingTax field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountWithholdingTax(v float32)
SetAmountWithholdingTax sets AmountWithholdingTax field to given value.
func (o *ReceivedDocumentTotals) HasAmountWithholdingTax() bool
HasAmountWithholdingTax returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountWithholdingTaxNil(b bool)
SetAmountWithholdingTaxNil sets the value for AmountWithholdingTax to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountWithholdingTax()
UnsetAmountWithholdingTax ensures that no value is present for AmountWithholdingTax, not even an explicit nil
func (o *ReceivedDocumentTotals) GetAmountOtherWithholdingTax() float32
GetAmountOtherWithholdingTax returns the AmountOtherWithholdingTax field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountOtherWithholdingTax(v float32)
SetAmountOtherWithholdingTax sets AmountOtherWithholdingTax field to given value.
func (o *ReceivedDocumentTotals) HasAmountOtherWithholdingTax() bool
HasAmountOtherWithholdingTax returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountOtherWithholdingTaxNil(b bool)
SetAmountOtherWithholdingTaxNil sets the value for AmountOtherWithholdingTax to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountOtherWithholdingTax()
UnsetAmountOtherWithholdingTax ensures that no value is present for AmountOtherWithholdingTax, not even an explicit nil
func (o *ReceivedDocumentTotals) GetAmountDue() float32
GetAmountDue returns the AmountDue field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetAmountDue(v float32)
SetAmountDue sets AmountDue field to given value.
func (o *ReceivedDocumentTotals) HasAmountDue() bool
HasAmountDue returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetAmountDueNil(b bool)
SetAmountDueNil sets the value for AmountDue to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetAmountDue()
UnsetAmountDue ensures that no value is present for AmountDue, not even an explicit nil
func (o *ReceivedDocumentTotals) GetPaymentsSum() float32
GetPaymentsSum returns the PaymentsSum field if non-nil, zero value otherwise.
func (o *ReceivedDocumentTotals) 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 *ReceivedDocumentTotals) SetPaymentsSum(v float32)
SetPaymentsSum sets PaymentsSum field to given value.
func (o *ReceivedDocumentTotals) HasPaymentsSum() bool
HasPaymentsSum returns a boolean if a field has been set.
func (o *ReceivedDocumentTotals) SetPaymentsSumNil(b bool)
SetPaymentsSumNil sets the value for PaymentsSum to be an explicit nil
func (o *ReceivedDocumentTotals) UnsetPaymentsSum()
UnsetPaymentsSum ensures that no value is present for PaymentsSum, not even an explicit nil