| Name | Type | Description | Notes |
|---|---|---|---|
| InterestPaidSupplementalData | Pointer to float64 | Interest paid supplemental data | [optional] |
| IncomeTaxPaidSupplementalData | Pointer to float64 | Income tax paid supplemental data | [optional] |
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
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
func (o *CashFlowDataSupplementalData) GetInterestPaidSupplementalData() float64
GetInterestPaidSupplementalData returns the InterestPaidSupplementalData field if non-nil, zero value otherwise.
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.
func (o *CashFlowDataSupplementalData) SetInterestPaidSupplementalData(v float64)
SetInterestPaidSupplementalData sets InterestPaidSupplementalData field to given value.
func (o *CashFlowDataSupplementalData) HasInterestPaidSupplementalData() bool
HasInterestPaidSupplementalData returns a boolean if a field has been set.
func (o *CashFlowDataSupplementalData) GetIncomeTaxPaidSupplementalData() float64
GetIncomeTaxPaidSupplementalData returns the IncomeTaxPaidSupplementalData field if non-nil, zero value otherwise.
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.
func (o *CashFlowDataSupplementalData) SetIncomeTaxPaidSupplementalData(v float64)
SetIncomeTaxPaidSupplementalData sets IncomeTaxPaidSupplementalData field to given value.
func (o *CashFlowDataSupplementalData) HasIncomeTaxPaidSupplementalData() bool
HasIncomeTaxPaidSupplementalData returns a boolean if a field has been set.