Name | Type | Description | Notes |
---|---|---|---|
CnsName | string | ||
Description | string | ||
Duration | int32 | ||
Fuses | Pointer to int32 | [optional] | |
TradeProvider | Pointer to string | [optional] | |
TradeType | string | ||
WrapperExpiry | int32 |
func NewServicesMakeRenewOrderReq(cnsName string, description string, duration int32, tradeType string, wrapperExpiry int32, ) *ServicesMakeRenewOrderReq
NewServicesMakeRenewOrderReq instantiates a new ServicesMakeRenewOrderReq 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 NewServicesMakeRenewOrderReqWithDefaults() *ServicesMakeRenewOrderReq
NewServicesMakeRenewOrderReqWithDefaults instantiates a new ServicesMakeRenewOrderReq 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 *ServicesMakeRenewOrderReq) GetCnsName() string
GetCnsName returns the CnsName field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetCnsNameOk() (*string, bool)
GetCnsNameOk returns a tuple with the CnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetCnsName(v string)
SetCnsName sets CnsName field to given value.
func (o *ServicesMakeRenewOrderReq) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServicesMakeRenewOrderReq) GetDuration() int32
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetDuration(v int32)
SetDuration sets Duration field to given value.
func (o *ServicesMakeRenewOrderReq) GetFuses() int32
GetFuses returns the Fuses field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetFusesOk() (*int32, bool)
GetFusesOk returns a tuple with the Fuses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetFuses(v int32)
SetFuses sets Fuses field to given value.
func (o *ServicesMakeRenewOrderReq) HasFuses() bool
HasFuses returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderReq) GetTradeProvider() string
GetTradeProvider returns the TradeProvider field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetTradeProviderOk() (*string, bool)
GetTradeProviderOk returns a tuple with the TradeProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetTradeProvider(v string)
SetTradeProvider sets TradeProvider field to given value.
func (o *ServicesMakeRenewOrderReq) HasTradeProvider() bool
HasTradeProvider returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderReq) GetTradeType() string
GetTradeType returns the TradeType field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetTradeTypeOk() (*string, bool)
GetTradeTypeOk returns a tuple with the TradeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetTradeType(v string)
SetTradeType sets TradeType field to given value.
func (o *ServicesMakeRenewOrderReq) GetWrapperExpiry() int32
GetWrapperExpiry returns the WrapperExpiry field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderReq) GetWrapperExpiryOk() (*int32, bool)
GetWrapperExpiryOk returns a tuple with the WrapperExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderReq) SetWrapperExpiry(v int32)
SetWrapperExpiry sets WrapperExpiry field to given value.