Skip to content

Latest commit

 

History

History
272 lines (151 loc) · 8.42 KB

CreateThreeDSSessionResponse.md

File metadata and controls

272 lines (151 loc) · 8.42 KB

CreateThreeDSSessionResponse

Properties

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]

Methods

NewCreateThreeDSSessionResponse

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

NewCreateThreeDSSessionResponseWithDefaults

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

GetId

func (o *CreateThreeDSSessionResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *CreateThreeDSSessionResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CreateThreeDSSessionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *CreateThreeDSSessionResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *CreateThreeDSSessionResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CreateThreeDSSessionResponse) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *CreateThreeDSSessionResponse) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *CreateThreeDSSessionResponse) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetCardBrand

func (o *CreateThreeDSSessionResponse) GetCardBrand() string

GetCardBrand returns the CardBrand field if non-nil, zero value otherwise.

GetCardBrandOk

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.

SetCardBrand

func (o *CreateThreeDSSessionResponse) SetCardBrand(v string)

SetCardBrand sets CardBrand field to given value.

HasCardBrand

func (o *CreateThreeDSSessionResponse) HasCardBrand() bool

HasCardBrand returns a boolean if a field has been set.

SetCardBrandNil

func (o *CreateThreeDSSessionResponse) SetCardBrandNil(b bool)

SetCardBrandNil sets the value for CardBrand to be an explicit nil

UnsetCardBrand

func (o *CreateThreeDSSessionResponse) UnsetCardBrand()

UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil

GetMethodUrl

func (o *CreateThreeDSSessionResponse) GetMethodUrl() string

GetMethodUrl returns the MethodUrl field if non-nil, zero value otherwise.

GetMethodUrlOk

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.

SetMethodUrl

func (o *CreateThreeDSSessionResponse) SetMethodUrl(v string)

SetMethodUrl sets MethodUrl field to given value.

HasMethodUrl

func (o *CreateThreeDSSessionResponse) HasMethodUrl() bool

HasMethodUrl returns a boolean if a field has been set.

SetMethodUrlNil

func (o *CreateThreeDSSessionResponse) SetMethodUrlNil(b bool)

SetMethodUrlNil sets the value for MethodUrl to be an explicit nil

UnsetMethodUrl

func (o *CreateThreeDSSessionResponse) UnsetMethodUrl()

UnsetMethodUrl ensures that no value is present for MethodUrl, not even an explicit nil

GetMethodNotificationUrl

func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrl() string

GetMethodNotificationUrl returns the MethodNotificationUrl field if non-nil, zero value otherwise.

GetMethodNotificationUrlOk

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.

SetMethodNotificationUrl

func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrl(v string)

SetMethodNotificationUrl sets MethodNotificationUrl field to given value.

HasMethodNotificationUrl

func (o *CreateThreeDSSessionResponse) HasMethodNotificationUrl() bool

HasMethodNotificationUrl returns a boolean if a field has been set.

SetMethodNotificationUrlNil

func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrlNil(b bool)

SetMethodNotificationUrlNil sets the value for MethodNotificationUrl to be an explicit nil

UnsetMethodNotificationUrl

func (o *CreateThreeDSSessionResponse) UnsetMethodNotificationUrl()

UnsetMethodNotificationUrl ensures that no value is present for MethodNotificationUrl, not even an explicit nil

GetDirectoryServerId

func (o *CreateThreeDSSessionResponse) GetDirectoryServerId() string

GetDirectoryServerId returns the DirectoryServerId field if non-nil, zero value otherwise.

GetDirectoryServerIdOk

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.

SetDirectoryServerId

func (o *CreateThreeDSSessionResponse) SetDirectoryServerId(v string)

SetDirectoryServerId sets DirectoryServerId field to given value.

HasDirectoryServerId

func (o *CreateThreeDSSessionResponse) HasDirectoryServerId() bool

HasDirectoryServerId returns a boolean if a field has been set.

SetDirectoryServerIdNil

func (o *CreateThreeDSSessionResponse) SetDirectoryServerIdNil(b bool)

SetDirectoryServerIdNil sets the value for DirectoryServerId to be an explicit nil

UnsetDirectoryServerId

func (o *CreateThreeDSSessionResponse) UnsetDirectoryServerId()

UnsetDirectoryServerId ensures that no value is present for DirectoryServerId, not even an explicit nil

GetRecommendedVersion

func (o *CreateThreeDSSessionResponse) GetRecommendedVersion() string

GetRecommendedVersion returns the RecommendedVersion field if non-nil, zero value otherwise.

GetRecommendedVersionOk

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.

SetRecommendedVersion

func (o *CreateThreeDSSessionResponse) SetRecommendedVersion(v string)

SetRecommendedVersion sets RecommendedVersion field to given value.

HasRecommendedVersion

func (o *CreateThreeDSSessionResponse) HasRecommendedVersion() bool

HasRecommendedVersion returns a boolean if a field has been set.

SetRecommendedVersionNil

func (o *CreateThreeDSSessionResponse) SetRecommendedVersionNil(b bool)

SetRecommendedVersionNil sets the value for RecommendedVersion to be an explicit nil

UnsetRecommendedVersion

func (o *CreateThreeDSSessionResponse) UnsetRecommendedVersion()

UnsetRecommendedVersion ensures that no value is present for RecommendedVersion, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]