Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Type | Pointer to NullableString | [optional] | |
CardBrand | Pointer to NullableString | [optional] | |
MethodUrl | Pointer to NullableString | [optional] | |
MethodNotificationUrl | Pointer to NullableString | [optional] | |
DirectoryServerId | Pointer to NullableString | [optional] | |
RecommendedVersion | Pointer to NullableString | [optional] |
func NewCreateThreeDSSessionResponse() *CreateThreeDSSessionResponse
NewCreateThreeDSSessionResponse instantiates a new CreateThreeDSSessionResponse 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 NewCreateThreeDSSessionResponseWithDefaults() *CreateThreeDSSessionResponse
NewCreateThreeDSSessionResponseWithDefaults instantiates a new CreateThreeDSSessionResponse 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 *CreateThreeDSSessionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) 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 *CreateThreeDSSessionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *CreateThreeDSSessionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) 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 *CreateThreeDSSessionResponse) SetType(v string)
SetType sets Type field to given value.
func (o *CreateThreeDSSessionResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *CreateThreeDSSessionResponse) GetCardBrand() string
GetCardBrand returns the CardBrand field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) 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 *CreateThreeDSSessionResponse) SetCardBrand(v string)
SetCardBrand sets CardBrand field to given value.
func (o *CreateThreeDSSessionResponse) HasCardBrand() bool
HasCardBrand returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetCardBrandNil(b bool)
SetCardBrandNil sets the value for CardBrand to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetCardBrand()
UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil
func (o *CreateThreeDSSessionResponse) GetMethodUrl() string
GetMethodUrl returns the MethodUrl field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) GetMethodUrlOk() (*string, bool)
GetMethodUrlOk returns a tuple with the MethodUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionResponse) SetMethodUrl(v string)
SetMethodUrl sets MethodUrl field to given value.
func (o *CreateThreeDSSessionResponse) HasMethodUrl() bool
HasMethodUrl returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetMethodUrlNil(b bool)
SetMethodUrlNil sets the value for MethodUrl to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetMethodUrl()
UnsetMethodUrl ensures that no value is present for MethodUrl, not even an explicit nil
func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrl() string
GetMethodNotificationUrl returns the MethodNotificationUrl field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrlOk() (*string, bool)
GetMethodNotificationUrlOk returns a tuple with the MethodNotificationUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrl(v string)
SetMethodNotificationUrl sets MethodNotificationUrl field to given value.
func (o *CreateThreeDSSessionResponse) HasMethodNotificationUrl() bool
HasMethodNotificationUrl returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrlNil(b bool)
SetMethodNotificationUrlNil sets the value for MethodNotificationUrl to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetMethodNotificationUrl()
UnsetMethodNotificationUrl ensures that no value is present for MethodNotificationUrl, not even an explicit nil
func (o *CreateThreeDSSessionResponse) GetDirectoryServerId() string
GetDirectoryServerId returns the DirectoryServerId field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) GetDirectoryServerIdOk() (*string, bool)
GetDirectoryServerIdOk returns a tuple with the DirectoryServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionResponse) SetDirectoryServerId(v string)
SetDirectoryServerId sets DirectoryServerId field to given value.
func (o *CreateThreeDSSessionResponse) HasDirectoryServerId() bool
HasDirectoryServerId returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetDirectoryServerIdNil(b bool)
SetDirectoryServerIdNil sets the value for DirectoryServerId to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetDirectoryServerId()
UnsetDirectoryServerId ensures that no value is present for DirectoryServerId, not even an explicit nil
func (o *CreateThreeDSSessionResponse) GetRecommendedVersion() string
GetRecommendedVersion returns the RecommendedVersion field if non-nil, zero value otherwise.
func (o *CreateThreeDSSessionResponse) GetRecommendedVersionOk() (*string, bool)
GetRecommendedVersionOk returns a tuple with the RecommendedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateThreeDSSessionResponse) SetRecommendedVersion(v string)
SetRecommendedVersion sets RecommendedVersion field to given value.
func (o *CreateThreeDSSessionResponse) HasRecommendedVersion() bool
HasRecommendedVersion returns a boolean if a field has been set.
func (o *CreateThreeDSSessionResponse) SetRecommendedVersionNil(b bool)
SetRecommendedVersionNil sets the value for RecommendedVersion to be an explicit nil
func (o *CreateThreeDSSessionResponse) UnsetRecommendedVersion()
UnsetRecommendedVersion ensures that no value is present for RecommendedVersion, not even an explicit nil