Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Type | Pointer to NullableString | [optional] | |
TenantId | Pointer to string | [optional] | |
PanTokenId | Pointer to NullableString | [optional] | |
TokenId | Pointer to NullableString | [optional] | |
TokenIntentId | Pointer to NullableString | [optional] | |
CardBrand | Pointer to NullableString | [optional] | |
ExpirationDate | Pointer to time.Time | [optional] | |
CreatedDate | Pointer to NullableTime | [optional] | |
CreatedBy | Pointer to NullableString | [optional] | |
ModifiedDate | Pointer to NullableTime | [optional] | |
ModifiedBy | Pointer to NullableString | [optional] | |
Device | Pointer to NullableString | [optional] | |
DeviceInfo | Pointer to ThreeDSDeviceInfo | [optional] | |
Version | Pointer to ThreeDSVersion | [optional] | |
Method | Pointer to ThreeDSMethod | [optional] | |
Authentication | Pointer to ThreeDSAuthentication | [optional] |
func NewThreeDSSession() *ThreeDSSession
NewThreeDSSession instantiates a new ThreeDSSession 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 NewThreeDSSessionWithDefaults() *ThreeDSSession
NewThreeDSSessionWithDefaults instantiates a new ThreeDSSession 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 *ThreeDSSession) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetIdOk() (*string, 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 *ThreeDSSession) SetId(v string)
SetId sets Id field to given value.
func (o *ThreeDSSession) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ThreeDSSession) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ThreeDSSession) 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 *ThreeDSSession) SetType(v string)
SetType sets Type field to given value.
func (o *ThreeDSSession) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ThreeDSSession) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *ThreeDSSession) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *ThreeDSSession) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *ThreeDSSession) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *ThreeDSSession) GetPanTokenId() string
GetPanTokenId returns the PanTokenId field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetPanTokenIdOk() (*string, bool)
GetPanTokenIdOk returns a tuple with the PanTokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetPanTokenId(v string)
SetPanTokenId sets PanTokenId field to given value.
func (o *ThreeDSSession) HasPanTokenId() bool
HasPanTokenId returns a boolean if a field has been set.
func (o *ThreeDSSession) SetPanTokenIdNil(b bool)
SetPanTokenIdNil sets the value for PanTokenId to be an explicit nil
func (o *ThreeDSSession) UnsetPanTokenId()
UnsetPanTokenId ensures that no value is present for PanTokenId, not even an explicit nil
func (o *ThreeDSSession) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ThreeDSSession) 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 *ThreeDSSession) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *ThreeDSSession) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *ThreeDSSession) SetTokenIdNil(b bool)
SetTokenIdNil sets the value for TokenId to be an explicit nil
func (o *ThreeDSSession) UnsetTokenId()
UnsetTokenId ensures that no value is present for TokenId, not even an explicit nil
func (o *ThreeDSSession) GetTokenIntentId() string
GetTokenIntentId returns the TokenIntentId field if non-nil, zero value otherwise.
func (o *ThreeDSSession) 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 *ThreeDSSession) SetTokenIntentId(v string)
SetTokenIntentId sets TokenIntentId field to given value.
func (o *ThreeDSSession) HasTokenIntentId() bool
HasTokenIntentId returns a boolean if a field has been set.
func (o *ThreeDSSession) SetTokenIntentIdNil(b bool)
SetTokenIntentIdNil sets the value for TokenIntentId to be an explicit nil
func (o *ThreeDSSession) UnsetTokenIntentId()
UnsetTokenIntentId ensures that no value is present for TokenIntentId, not even an explicit nil
func (o *ThreeDSSession) GetCardBrand() string
GetCardBrand returns the CardBrand field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetCardBrandOk() (*string, bool)
GetCardBrandOk returns a tuple with the CardBrand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetCardBrand(v string)
SetCardBrand sets CardBrand field to given value.
func (o *ThreeDSSession) HasCardBrand() bool
HasCardBrand returns a boolean if a field has been set.
func (o *ThreeDSSession) SetCardBrandNil(b bool)
SetCardBrandNil sets the value for CardBrand to be an explicit nil
func (o *ThreeDSSession) UnsetCardBrand()
UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil
func (o *ThreeDSSession) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetExpirationDateOk() (*time.Time, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetExpirationDate(v time.Time)
SetExpirationDate sets ExpirationDate field to given value.
func (o *ThreeDSSession) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *ThreeDSSession) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *ThreeDSSession) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *ThreeDSSession) SetCreatedDateNil(b bool)
SetCreatedDateNil sets the value for CreatedDate to be an explicit nil
func (o *ThreeDSSession) UnsetCreatedDate()
UnsetCreatedDate ensures that no value is present for CreatedDate, not even an explicit nil
func (o *ThreeDSSession) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *ThreeDSSession) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *ThreeDSSession) SetCreatedByNil(b bool)
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (o *ThreeDSSession) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (o *ThreeDSSession) GetModifiedDate() time.Time
GetModifiedDate returns the ModifiedDate field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetModifiedDateOk() (*time.Time, bool)
GetModifiedDateOk returns a tuple with the ModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetModifiedDate(v time.Time)
SetModifiedDate sets ModifiedDate field to given value.
func (o *ThreeDSSession) HasModifiedDate() bool
HasModifiedDate returns a boolean if a field has been set.
func (o *ThreeDSSession) SetModifiedDateNil(b bool)
SetModifiedDateNil sets the value for ModifiedDate to be an explicit nil
func (o *ThreeDSSession) UnsetModifiedDate()
UnsetModifiedDate ensures that no value is present for ModifiedDate, not even an explicit nil
func (o *ThreeDSSession) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *ThreeDSSession) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *ThreeDSSession) SetModifiedByNil(b bool)
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (o *ThreeDSSession) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (o *ThreeDSSession) GetDevice() string
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *ThreeDSSession) 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 *ThreeDSSession) SetDevice(v string)
SetDevice sets Device field to given value.
func (o *ThreeDSSession) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *ThreeDSSession) SetDeviceNil(b bool)
SetDeviceNil sets the value for Device to be an explicit nil
func (o *ThreeDSSession) UnsetDevice()
UnsetDevice ensures that no value is present for Device, not even an explicit nil
func (o *ThreeDSSession) GetDeviceInfo() ThreeDSDeviceInfo
GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.
func (o *ThreeDSSession) 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 *ThreeDSSession) SetDeviceInfo(v ThreeDSDeviceInfo)
SetDeviceInfo sets DeviceInfo field to given value.
func (o *ThreeDSSession) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field has been set.
func (o *ThreeDSSession) GetVersion() ThreeDSVersion
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetVersionOk() (*ThreeDSVersion, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetVersion(v ThreeDSVersion)
SetVersion sets Version field to given value.
func (o *ThreeDSSession) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ThreeDSSession) GetMethod() ThreeDSMethod
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetMethodOk() (*ThreeDSMethod, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetMethod(v ThreeDSMethod)
SetMethod sets Method field to given value.
func (o *ThreeDSSession) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *ThreeDSSession) GetAuthentication() ThreeDSAuthentication
GetAuthentication returns the Authentication field if non-nil, zero value otherwise.
func (o *ThreeDSSession) GetAuthenticationOk() (*ThreeDSAuthentication, bool)
GetAuthenticationOk returns a tuple with the Authentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSSession) SetAuthentication(v ThreeDSAuthentication)
SetAuthentication sets Authentication field to given value.
func (o *ThreeDSSession) HasAuthentication() bool
HasAuthentication returns a boolean if a field has been set.