Name | Type | Description | Notes |
---|---|---|---|
RecommendedVersion | Pointer to NullableString | [optional] | |
AvailableVersions | Pointer to []string | [optional] | |
EarliestAcsSupportedVersion | Pointer to NullableString | [optional] | |
EarliestDsSupportedVersion | Pointer to NullableString | [optional] | |
LatestAcsSupportedVersion | Pointer to NullableString | [optional] | |
LatestDsSupportedVersion | Pointer to NullableString | [optional] | |
AcsInformation | Pointer to []string | [optional] |
func NewThreeDSVersion() *ThreeDSVersion
NewThreeDSVersion instantiates a new ThreeDSVersion 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 NewThreeDSVersionWithDefaults() *ThreeDSVersion
NewThreeDSVersionWithDefaults instantiates a new ThreeDSVersion 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 *ThreeDSVersion) GetRecommendedVersion() string
GetRecommendedVersion returns the RecommendedVersion field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) 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 *ThreeDSVersion) SetRecommendedVersion(v string)
SetRecommendedVersion sets RecommendedVersion field to given value.
func (o *ThreeDSVersion) HasRecommendedVersion() bool
HasRecommendedVersion returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetRecommendedVersionNil(b bool)
SetRecommendedVersionNil sets the value for RecommendedVersion to be an explicit nil
func (o *ThreeDSVersion) UnsetRecommendedVersion()
UnsetRecommendedVersion ensures that no value is present for RecommendedVersion, not even an explicit nil
func (o *ThreeDSVersion) GetAvailableVersions() []string
GetAvailableVersions returns the AvailableVersions field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetAvailableVersionsOk() (*[]string, bool)
GetAvailableVersionsOk returns a tuple with the AvailableVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetAvailableVersions(v []string)
SetAvailableVersions sets AvailableVersions field to given value.
func (o *ThreeDSVersion) HasAvailableVersions() bool
HasAvailableVersions returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetAvailableVersionsNil(b bool)
SetAvailableVersionsNil sets the value for AvailableVersions to be an explicit nil
func (o *ThreeDSVersion) UnsetAvailableVersions()
UnsetAvailableVersions ensures that no value is present for AvailableVersions, not even an explicit nil
func (o *ThreeDSVersion) GetEarliestAcsSupportedVersion() string
GetEarliestAcsSupportedVersion returns the EarliestAcsSupportedVersion field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetEarliestAcsSupportedVersionOk() (*string, bool)
GetEarliestAcsSupportedVersionOk returns a tuple with the EarliestAcsSupportedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetEarliestAcsSupportedVersion(v string)
SetEarliestAcsSupportedVersion sets EarliestAcsSupportedVersion field to given value.
func (o *ThreeDSVersion) HasEarliestAcsSupportedVersion() bool
HasEarliestAcsSupportedVersion returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetEarliestAcsSupportedVersionNil(b bool)
SetEarliestAcsSupportedVersionNil sets the value for EarliestAcsSupportedVersion to be an explicit nil
func (o *ThreeDSVersion) UnsetEarliestAcsSupportedVersion()
UnsetEarliestAcsSupportedVersion ensures that no value is present for EarliestAcsSupportedVersion, not even an explicit nil
func (o *ThreeDSVersion) GetEarliestDsSupportedVersion() string
GetEarliestDsSupportedVersion returns the EarliestDsSupportedVersion field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetEarliestDsSupportedVersionOk() (*string, bool)
GetEarliestDsSupportedVersionOk returns a tuple with the EarliestDsSupportedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetEarliestDsSupportedVersion(v string)
SetEarliestDsSupportedVersion sets EarliestDsSupportedVersion field to given value.
func (o *ThreeDSVersion) HasEarliestDsSupportedVersion() bool
HasEarliestDsSupportedVersion returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetEarliestDsSupportedVersionNil(b bool)
SetEarliestDsSupportedVersionNil sets the value for EarliestDsSupportedVersion to be an explicit nil
func (o *ThreeDSVersion) UnsetEarliestDsSupportedVersion()
UnsetEarliestDsSupportedVersion ensures that no value is present for EarliestDsSupportedVersion, not even an explicit nil
func (o *ThreeDSVersion) GetLatestAcsSupportedVersion() string
GetLatestAcsSupportedVersion returns the LatestAcsSupportedVersion field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetLatestAcsSupportedVersionOk() (*string, bool)
GetLatestAcsSupportedVersionOk returns a tuple with the LatestAcsSupportedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetLatestAcsSupportedVersion(v string)
SetLatestAcsSupportedVersion sets LatestAcsSupportedVersion field to given value.
func (o *ThreeDSVersion) HasLatestAcsSupportedVersion() bool
HasLatestAcsSupportedVersion returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetLatestAcsSupportedVersionNil(b bool)
SetLatestAcsSupportedVersionNil sets the value for LatestAcsSupportedVersion to be an explicit nil
func (o *ThreeDSVersion) UnsetLatestAcsSupportedVersion()
UnsetLatestAcsSupportedVersion ensures that no value is present for LatestAcsSupportedVersion, not even an explicit nil
func (o *ThreeDSVersion) GetLatestDsSupportedVersion() string
GetLatestDsSupportedVersion returns the LatestDsSupportedVersion field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetLatestDsSupportedVersionOk() (*string, bool)
GetLatestDsSupportedVersionOk returns a tuple with the LatestDsSupportedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetLatestDsSupportedVersion(v string)
SetLatestDsSupportedVersion sets LatestDsSupportedVersion field to given value.
func (o *ThreeDSVersion) HasLatestDsSupportedVersion() bool
HasLatestDsSupportedVersion returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetLatestDsSupportedVersionNil(b bool)
SetLatestDsSupportedVersionNil sets the value for LatestDsSupportedVersion to be an explicit nil
func (o *ThreeDSVersion) UnsetLatestDsSupportedVersion()
UnsetLatestDsSupportedVersion ensures that no value is present for LatestDsSupportedVersion, not even an explicit nil
func (o *ThreeDSVersion) GetAcsInformation() []string
GetAcsInformation returns the AcsInformation field if non-nil, zero value otherwise.
func (o *ThreeDSVersion) GetAcsInformationOk() (*[]string, bool)
GetAcsInformationOk returns a tuple with the AcsInformation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSVersion) SetAcsInformation(v []string)
SetAcsInformation sets AcsInformation field to given value.
func (o *ThreeDSVersion) HasAcsInformation() bool
HasAcsInformation returns a boolean if a field has been set.
func (o *ThreeDSVersion) SetAcsInformationNil(b bool)
SetAcsInformationNil sets the value for AcsInformation to be an explicit nil
func (o *ThreeDSVersion) UnsetAcsInformation()
UnsetAcsInformation ensures that no value is present for AcsInformation, not even an explicit nil