Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.66 KB

CompanyInfoPlanInfoFunctionsStatus.md

File metadata and controls

82 lines (45 loc) · 2.66 KB

CompanyInfoPlanInfoFunctionsStatus

Properties

Name Type Description Notes
TsDigital Pointer to FunctionStatus [optional]
TsPay Pointer to FunctionStatus [optional]

Methods

NewCompanyInfoPlanInfoFunctionsStatus

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

NewCompanyInfoPlanInfoFunctionsStatusWithDefaults

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

GetTsDigital

func (o *CompanyInfoPlanInfoFunctionsStatus) GetTsDigital() FunctionStatus

GetTsDigital returns the TsDigital field if non-nil, zero value otherwise.

GetTsDigitalOk

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.

SetTsDigital

func (o *CompanyInfoPlanInfoFunctionsStatus) SetTsDigital(v FunctionStatus)

SetTsDigital sets TsDigital field to given value.

HasTsDigital

func (o *CompanyInfoPlanInfoFunctionsStatus) HasTsDigital() bool

HasTsDigital returns a boolean if a field has been set.

GetTsPay

func (o *CompanyInfoPlanInfoFunctionsStatus) GetTsPay() FunctionStatus

GetTsPay returns the TsPay field if non-nil, zero value otherwise.

GetTsPayOk

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.

SetTsPay

func (o *CompanyInfoPlanInfoFunctionsStatus) SetTsPay(v FunctionStatus)

SetTsPay sets TsPay field to given value.

HasTsPay

func (o *CompanyInfoPlanInfoFunctionsStatus) HasTsPay() bool

HasTsPay returns a boolean if a field has been set.

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