Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.18 KB

File metadata and controls

82 lines (45 loc) · 3.18 KB

CashFlowDataSupplementalData

Properties

Name Type Description Notes
InterestPaidSupplementalData Pointer to float64 Interest paid supplemental data [optional]
IncomeTaxPaidSupplementalData Pointer to float64 Income tax paid supplemental data [optional]

Methods

NewCashFlowDataSupplementalData

func NewCashFlowDataSupplementalData() *CashFlowDataSupplementalData

NewCashFlowDataSupplementalData instantiates a new CashFlowDataSupplementalData 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

NewCashFlowDataSupplementalDataWithDefaults

func NewCashFlowDataSupplementalDataWithDefaults() *CashFlowDataSupplementalData

NewCashFlowDataSupplementalDataWithDefaults instantiates a new CashFlowDataSupplementalData 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

GetInterestPaidSupplementalData

func (o *CashFlowDataSupplementalData) GetInterestPaidSupplementalData() float64

GetInterestPaidSupplementalData returns the InterestPaidSupplementalData field if non-nil, zero value otherwise.

GetInterestPaidSupplementalDataOk

func (o *CashFlowDataSupplementalData) GetInterestPaidSupplementalDataOk() (*float64, bool)

GetInterestPaidSupplementalDataOk returns a tuple with the InterestPaidSupplementalData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInterestPaidSupplementalData

func (o *CashFlowDataSupplementalData) SetInterestPaidSupplementalData(v float64)

SetInterestPaidSupplementalData sets InterestPaidSupplementalData field to given value.

HasInterestPaidSupplementalData

func (o *CashFlowDataSupplementalData) HasInterestPaidSupplementalData() bool

HasInterestPaidSupplementalData returns a boolean if a field has been set.

GetIncomeTaxPaidSupplementalData

func (o *CashFlowDataSupplementalData) GetIncomeTaxPaidSupplementalData() float64

GetIncomeTaxPaidSupplementalData returns the IncomeTaxPaidSupplementalData field if non-nil, zero value otherwise.

GetIncomeTaxPaidSupplementalDataOk

func (o *CashFlowDataSupplementalData) GetIncomeTaxPaidSupplementalDataOk() (*float64, bool)

GetIncomeTaxPaidSupplementalDataOk returns a tuple with the IncomeTaxPaidSupplementalData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIncomeTaxPaidSupplementalData

func (o *CashFlowDataSupplementalData) SetIncomeTaxPaidSupplementalData(v float64)

SetIncomeTaxPaidSupplementalData sets IncomeTaxPaidSupplementalData field to given value.

HasIncomeTaxPaidSupplementalData

func (o *CashFlowDataSupplementalData) HasIncomeTaxPaidSupplementalData() bool

HasIncomeTaxPaidSupplementalData returns a boolean if a field has been set.

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