Name | Type | Description | Notes |
---|---|---|---|
Pan | Pointer to NullableString | [optional] | |
TokenId | Pointer to NullableString | [optional] | |
TokenIntentId | Pointer to NullableString | [optional] | |
Type | Pointer to NullableString | [optional] | |
Device | Pointer to NullableString | [optional] | |
DeviceInfo | Pointer to ThreeDSDeviceInfo | [optional] |
func NewCreateThreeDSSessionRequest() *CreateThreeDSSessionRequest
NewCreateThreeDSSessionRequest instantiates a new CreateThreeDSSessionRequest 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 NewCreateThreeDSSessionRequestWithDefaults() *CreateThreeDSSessionRequest
NewCreateThreeDSSessionRequestWithDefaults instantiates a new CreateThreeDSSessionRequest 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 *CreateThreeDSSessionRequest) GetPan() string
GetPan returns the Pan field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetPanOk() (*string, bool)
GetPanOk returns a tuple with the Pan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetPan(v string)
SetPan sets Pan field to given value.
func (o *CreateThreeDSSessionRequest) HasPan() bool
HasPan returns a boolean if a field has been set.
func (o *CreateThreeDSSessionRequest) SetPanNil(b bool)
SetPanNil sets the value for Pan to be an explicit nil
func (o *CreateThreeDSSessionRequest) UnsetPan()
UnsetPan ensures that no value is present for Pan, not even an explicit nil
func (o *CreateThreeDSSessionRequest) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *CreateThreeDSSessionRequest) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *CreateThreeDSSessionRequest) SetTokenIdNil(b bool)
SetTokenIdNil sets the value for TokenId to be an explicit nil
func (o *CreateThreeDSSessionRequest) UnsetTokenId()
UnsetTokenId ensures that no value is present for TokenId, not even an explicit nil
func (o *CreateThreeDSSessionRequest) GetTokenIntentId() string
GetTokenIntentId returns the TokenIntentId field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetTokenIntentIdOk() (*string, bool)
GetTokenIntentIdOk returns a tuple with the TokenIntentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetTokenIntentId(v string)
SetTokenIntentId sets TokenIntentId field to given value.
func (o *CreateThreeDSSessionRequest) HasTokenIntentId() bool
HasTokenIntentId returns a boolean if a field has been set.
func (o *CreateThreeDSSessionRequest) SetTokenIntentIdNil(b bool)
SetTokenIntentIdNil sets the value for TokenIntentId to be an explicit nil
func (o *CreateThreeDSSessionRequest) UnsetTokenIntentId()
UnsetTokenIntentId ensures that no value is present for TokenIntentId, not even an explicit nil
func (o *CreateThreeDSSessionRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetType(v string)
SetType sets Type field to given value.
func (o *CreateThreeDSSessionRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CreateThreeDSSessionRequest) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *CreateThreeDSSessionRequest) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *CreateThreeDSSessionRequest) GetDevice() string
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetDevice(v string)
SetDevice sets Device field to given value.
func (o *CreateThreeDSSessionRequest) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *CreateThreeDSSessionRequest) SetDeviceNil(b bool)
SetDeviceNil sets the value for Device to be an explicit nil
func (o *CreateThreeDSSessionRequest) UnsetDevice()
UnsetDevice ensures that no value is present for Device, not even an explicit nil
func (o *CreateThreeDSSessionRequest) GetDeviceInfo() ThreeDSDeviceInfo
GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionRequest) GetDeviceInfoOk() (*ThreeDSDeviceInfo, bool)
GetDeviceInfoOk returns a tuple with the DeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionRequest) SetDeviceInfo(v ThreeDSDeviceInfo)
SetDeviceInfo sets DeviceInfo field to given value.
func (o *CreateThreeDSSessionRequest) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field has been set.