Name | Type | Description | Notes |
---|---|---|---|
Period | Pointer to int32 | Number of years to extend the Domain. Must not exceed maximum for TLD. When omitted, defaults to `period` specified during original purchase | [optional] |
func NewDomainRenew() *DomainRenew
NewDomainRenew instantiates a new DomainRenew 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 NewDomainRenewWithDefaults() *DomainRenew
NewDomainRenewWithDefaults instantiates a new DomainRenew 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 *DomainRenew) GetPeriod() int32
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *DomainRenew) GetPeriodOk() (*int32, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainRenew) SetPeriod(v int32)
SetPeriod sets Period field to given value.
func (o *DomainRenew) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.