Name | Type | Description | Notes |
---|---|---|---|
CodeUrl | Pointer to string | [optional] | |
H5Url | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
TradeNo | Pointer to string | [optional] | |
TradeProvider | Pointer to string | [optional] | |
TradeType | Pointer to string | [optional] | |
WapUrl | Pointer to string | [optional] |
func NewServicesMakeRenewOrderResp() *ServicesMakeRenewOrderResp
NewServicesMakeRenewOrderResp instantiates a new ServicesMakeRenewOrderResp 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 NewServicesMakeRenewOrderRespWithDefaults() *ServicesMakeRenewOrderResp
NewServicesMakeRenewOrderRespWithDefaults instantiates a new ServicesMakeRenewOrderResp 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 *ServicesMakeRenewOrderResp) GetCodeUrl() string
GetCodeUrl returns the CodeUrl field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) GetCodeUrlOk() (*string, bool)
GetCodeUrlOk returns a tuple with the CodeUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderResp) SetCodeUrl(v string)
SetCodeUrl sets CodeUrl field to given value.
func (o *ServicesMakeRenewOrderResp) HasCodeUrl() bool
HasCodeUrl returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetH5Url() string
GetH5Url returns the H5Url field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) GetH5UrlOk() (*string, bool)
GetH5UrlOk returns a tuple with the H5Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderResp) SetH5Url(v string)
SetH5Url sets H5Url field to given value.
func (o *ServicesMakeRenewOrderResp) HasH5Url() bool
HasH5Url returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderResp) SetId(v int32)
SetId sets Id field to given value.
func (o *ServicesMakeRenewOrderResp) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetTradeNo() string
GetTradeNo returns the TradeNo field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) GetTradeNoOk() (*string, bool)
GetTradeNoOk returns a tuple with the TradeNo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderResp) SetTradeNo(v string)
SetTradeNo sets TradeNo field to given value.
func (o *ServicesMakeRenewOrderResp) HasTradeNo() bool
HasTradeNo returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetTradeProvider() string
GetTradeProvider returns the TradeProvider field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) 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 *ServicesMakeRenewOrderResp) SetTradeProvider(v string)
SetTradeProvider sets TradeProvider field to given value.
func (o *ServicesMakeRenewOrderResp) HasTradeProvider() bool
HasTradeProvider returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetTradeType() string
GetTradeType returns the TradeType field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) 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 *ServicesMakeRenewOrderResp) SetTradeType(v string)
SetTradeType sets TradeType field to given value.
func (o *ServicesMakeRenewOrderResp) HasTradeType() bool
HasTradeType returns a boolean if a field has been set.
func (o *ServicesMakeRenewOrderResp) GetWapUrl() string
GetWapUrl returns the WapUrl field if non-nil, zero value otherwise.
func (o *ServicesMakeRenewOrderResp) GetWapUrlOk() (*string, bool)
GetWapUrlOk returns a tuple with the WapUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesMakeRenewOrderResp) SetWapUrl(v string)
SetWapUrl sets WapUrl field to given value.
func (o *ServicesMakeRenewOrderResp) HasWapUrl() bool
HasWapUrl returns a boolean if a field has been set.