Name | Type | Description | Notes |
---|---|---|---|
TsDigital | Pointer to FunctionStatus | [optional] | |
TsPay | Pointer to FunctionStatus | [optional] |
func NewCompanyInfoPlanInfoFunctionsStatus() *CompanyInfoPlanInfoFunctionsStatus
NewCompanyInfoPlanInfoFunctionsStatus instantiates a new CompanyInfoPlanInfoFunctionsStatus 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 NewCompanyInfoPlanInfoFunctionsStatusWithDefaults() *CompanyInfoPlanInfoFunctionsStatus
NewCompanyInfoPlanInfoFunctionsStatusWithDefaults instantiates a new CompanyInfoPlanInfoFunctionsStatus 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 *CompanyInfoPlanInfoFunctionsStatus) GetTsDigital() FunctionStatus
GetTsDigital returns the TsDigital field if non-nil, zero value otherwise.
func (o *CompanyInfoPlanInfoFunctionsStatus) GetTsDigitalOk() (*FunctionStatus, bool)
GetTsDigitalOk returns a tuple with the TsDigital field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoPlanInfoFunctionsStatus) SetTsDigital(v FunctionStatus)
SetTsDigital sets TsDigital field to given value.
func (o *CompanyInfoPlanInfoFunctionsStatus) HasTsDigital() bool
HasTsDigital returns a boolean if a field has been set.
func (o *CompanyInfoPlanInfoFunctionsStatus) GetTsPay() FunctionStatus
GetTsPay returns the TsPay field if non-nil, zero value otherwise.
func (o *CompanyInfoPlanInfoFunctionsStatus) GetTsPayOk() (*FunctionStatus, bool)
GetTsPayOk returns a tuple with the TsPay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoPlanInfoFunctionsStatus) SetTsPay(v FunctionStatus)
SetTsPay sets TsPay field to given value.
func (o *CompanyInfoPlanInfoFunctionsStatus) HasTsPay() bool
HasTsPay returns a boolean if a field has been set.