Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The source of this tax subtotal. | [optional] |
Tax | Pointer to float32 | The amount of tax subtotal attributable to this source. | [optional] |
func NewGetInvoices200ResponseDataInnerTaxSummaryInner() *GetInvoices200ResponseDataInnerTaxSummaryInner
NewGetInvoices200ResponseDataInnerTaxSummaryInner instantiates a new GetInvoices200ResponseDataInnerTaxSummaryInner 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 NewGetInvoices200ResponseDataInnerTaxSummaryInnerWithDefaults() *GetInvoices200ResponseDataInnerTaxSummaryInner
NewGetInvoices200ResponseDataInnerTaxSummaryInnerWithDefaults instantiates a new GetInvoices200ResponseDataInnerTaxSummaryInner 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 *GetInvoices200ResponseDataInnerTaxSummaryInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) GetTax() float32
GetTax returns the Tax field if non-nil, zero value otherwise.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) GetTaxOk() (*float32, bool)
GetTaxOk returns a tuple with the Tax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) SetTax(v float32)
SetTax sets Tax field to given value.
func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) HasTax() bool
HasTax returns a boolean if a field has been set.