Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 4.62 KB

ThreeDSMessageExtension.md

File metadata and controls

174 lines (97 loc) · 4.62 KB

ThreeDSMessageExtension

Properties

Name Type Description Notes
Id Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
Critical Pointer to NullableBool [optional]
Data Pointer to interface{} [optional]

Methods

NewThreeDSMessageExtension

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

NewThreeDSMessageExtensionWithDefaults

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

GetId

func (o *ThreeDSMessageExtension) GetId() string

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

GetIdOk

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.

SetId

func (o *ThreeDSMessageExtension) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ThreeDSMessageExtension) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *ThreeDSMessageExtension) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *ThreeDSMessageExtension) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetName

func (o *ThreeDSMessageExtension) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ThreeDSMessageExtension) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ThreeDSMessageExtension) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *ThreeDSMessageExtension) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *ThreeDSMessageExtension) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetCritical

func (o *ThreeDSMessageExtension) GetCritical() bool

GetCritical returns the Critical field if non-nil, zero value otherwise.

GetCriticalOk

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.

SetCritical

func (o *ThreeDSMessageExtension) SetCritical(v bool)

SetCritical sets Critical field to given value.

HasCritical

func (o *ThreeDSMessageExtension) HasCritical() bool

HasCritical returns a boolean if a field has been set.

SetCriticalNil

func (o *ThreeDSMessageExtension) SetCriticalNil(b bool)

SetCriticalNil sets the value for Critical to be an explicit nil

UnsetCritical

func (o *ThreeDSMessageExtension) UnsetCritical()

UnsetCritical ensures that no value is present for Critical, not even an explicit nil

GetData

func (o *ThreeDSMessageExtension) GetData() interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *ThreeDSMessageExtension) SetData(v interface{})

SetData sets Data field to given value.

HasData

func (o *ThreeDSMessageExtension) HasData() bool

HasData returns a boolean if a field has been set.

SetDataNil

func (o *ThreeDSMessageExtension) SetDataNil(b bool)

SetDataNil sets the value for Data to be an explicit nil

UnsetData

func (o *ThreeDSMessageExtension) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

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