Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Critical | Pointer to NullableBool | [optional] | |
Data | Pointer to interface{} | [optional] |
func NewThreeDSMessageExtension() *ThreeDSMessageExtension
NewThreeDSMessageExtension instantiates a new ThreeDSMessageExtension 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 NewThreeDSMessageExtensionWithDefaults() *ThreeDSMessageExtension
NewThreeDSMessageExtensionWithDefaults instantiates a new ThreeDSMessageExtension 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 *ThreeDSMessageExtension) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ThreeDSMessageExtension) 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 *ThreeDSMessageExtension) SetId(v string)
SetId sets Id field to given value.
func (o *ThreeDSMessageExtension) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ThreeDSMessageExtension) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *ThreeDSMessageExtension) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *ThreeDSMessageExtension) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ThreeDSMessageExtension) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSMessageExtension) SetName(v string)
SetName sets Name field to given value.
func (o *ThreeDSMessageExtension) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ThreeDSMessageExtension) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ThreeDSMessageExtension) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ThreeDSMessageExtension) GetCritical() bool
GetCritical returns the Critical field if non-nil, zero value otherwise.
func (o *ThreeDSMessageExtension) GetCriticalOk() (*bool, bool)
GetCriticalOk returns a tuple with the Critical field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSMessageExtension) SetCritical(v bool)
SetCritical sets Critical field to given value.
func (o *ThreeDSMessageExtension) HasCritical() bool
HasCritical returns a boolean if a field has been set.
func (o *ThreeDSMessageExtension) SetCriticalNil(b bool)
SetCriticalNil sets the value for Critical to be an explicit nil
func (o *ThreeDSMessageExtension) UnsetCritical()
UnsetCritical ensures that no value is present for Critical, not even an explicit nil
func (o *ThreeDSMessageExtension) GetData() interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ThreeDSMessageExtension) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSMessageExtension) SetData(v interface{})
SetData sets Data field to given value.
func (o *ThreeDSMessageExtension) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ThreeDSMessageExtension) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *ThreeDSMessageExtension) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil