Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to Address | [optional] | |
Pointer to NullableString | The user's email address. | [optional] | |
Name | Pointer to NullableString | The user's full name. | [optional] |
Metadata | Pointer to TrialRequestMetadata | [optional] | |
Enterprise | Pointer to NullableBool | If true, create an enterprise domain. | [optional] |
Token | Pointer to NullableString | Stripe payment token. | [optional] |
func NewTrialRequestOptions() *TrialRequestOptions
NewTrialRequestOptions instantiates a new TrialRequestOptions 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 NewTrialRequestOptionsWithDefaults() *TrialRequestOptions
NewTrialRequestOptionsWithDefaults instantiates a new TrialRequestOptions 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 *TrialRequestOptions) GetAddress() Address
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetAddressOk() (*Address, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetAddress(v Address)
SetAddress sets Address field to given value.
func (o *TrialRequestOptions) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *TrialRequestOptions) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *TrialRequestOptions) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *TrialRequestOptions) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *TrialRequestOptions) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *TrialRequestOptions) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetName(v string)
SetName sets Name field to given value.
func (o *TrialRequestOptions) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TrialRequestOptions) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *TrialRequestOptions) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *TrialRequestOptions) GetMetadata() TrialRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetMetadataOk() (*TrialRequestMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetMetadata(v TrialRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *TrialRequestOptions) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *TrialRequestOptions) GetEnterprise() bool
GetEnterprise returns the Enterprise field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetEnterpriseOk() (*bool, bool)
GetEnterpriseOk returns a tuple with the Enterprise field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetEnterprise(v bool)
SetEnterprise sets Enterprise field to given value.
func (o *TrialRequestOptions) HasEnterprise() bool
HasEnterprise returns a boolean if a field has been set.
func (o *TrialRequestOptions) SetEnterpriseNil(b bool)
SetEnterpriseNil sets the value for Enterprise to be an explicit nil
func (o *TrialRequestOptions) UnsetEnterprise()
UnsetEnterprise ensures that no value is present for Enterprise, not even an explicit nil
func (o *TrialRequestOptions) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *TrialRequestOptions) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestOptions) SetToken(v string)
SetToken sets Token field to given value.
func (o *TrialRequestOptions) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *TrialRequestOptions) SetTokenNil(b bool)
SetTokenNil sets the value for Token to be an explicit nil
func (o *TrialRequestOptions) UnsetToken()
UnsetToken ensures that no value is present for Token, not even an explicit nil