Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.75 KB

GetInvoices200ResponseDataInnerTaxSummaryInner.md

File metadata and controls

82 lines (45 loc) · 2.75 KB

GetInvoices200ResponseDataInnerTaxSummaryInner

Properties

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]

Methods

NewGetInvoices200ResponseDataInnerTaxSummaryInner

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

NewGetInvoices200ResponseDataInnerTaxSummaryInnerWithDefaults

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

GetName

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) HasName() bool

HasName returns a boolean if a field has been set.

GetTax

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) GetTax() float32

GetTax returns the Tax field if non-nil, zero value otherwise.

GetTaxOk

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.

SetTax

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) SetTax(v float32)

SetTax sets Tax field to given value.

HasTax

func (o *GetInvoices200ResponseDataInnerTaxSummaryInner) HasTax() bool

HasTax returns a boolean if a field has been set.

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