Name | Type | Description | Notes |
---|---|---|---|
MethodUrl | Pointer to NullableString | [optional] | |
MethodCompletionIndicator | Pointer to NullableString | [optional] |
func NewThreeDSMethod() *ThreeDSMethod
NewThreeDSMethod instantiates a new ThreeDSMethod 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 NewThreeDSMethodWithDefaults() *ThreeDSMethod
NewThreeDSMethodWithDefaults instantiates a new ThreeDSMethod 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 *ThreeDSMethod) GetMethodUrl() string
GetMethodUrl returns the MethodUrl field if non-nil, zero value otherwise.
func (o *ThreeDSMethod) 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 *ThreeDSMethod) SetMethodUrl(v string)
SetMethodUrl sets MethodUrl field to given value.
func (o *ThreeDSMethod) HasMethodUrl() bool
HasMethodUrl returns a boolean if a field has been set.
func (o *ThreeDSMethod) SetMethodUrlNil(b bool)
SetMethodUrlNil sets the value for MethodUrl to be an explicit nil
func (o *ThreeDSMethod) UnsetMethodUrl()
UnsetMethodUrl ensures that no value is present for MethodUrl, not even an explicit nil
func (o *ThreeDSMethod) GetMethodCompletionIndicator() string
GetMethodCompletionIndicator returns the MethodCompletionIndicator field if non-nil, zero value otherwise.
func (o *ThreeDSMethod) GetMethodCompletionIndicatorOk() (*string, bool)
GetMethodCompletionIndicatorOk returns a tuple with the MethodCompletionIndicator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSMethod) SetMethodCompletionIndicator(v string)
SetMethodCompletionIndicator sets MethodCompletionIndicator field to given value.
func (o *ThreeDSMethod) HasMethodCompletionIndicator() bool
HasMethodCompletionIndicator returns a boolean if a field has been set.
func (o *ThreeDSMethod) SetMethodCompletionIndicatorNil(b bool)
SetMethodCompletionIndicatorNil sets the value for MethodCompletionIndicator to be an explicit nil
func (o *ThreeDSMethod) UnsetMethodCompletionIndicator()
UnsetMethodCompletionIndicator ensures that no value is present for MethodCompletionIndicator, not even an explicit nil