Name | Type | Description | Notes |
---|---|---|---|
AcsInterface | Pointer to NullableString | [optional] | |
AcsUiTemplate | Pointer to NullableString | [optional] |
func NewThreeDSAcsRenderingType() *ThreeDSAcsRenderingType
NewThreeDSAcsRenderingType instantiates a new ThreeDSAcsRenderingType 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 NewThreeDSAcsRenderingTypeWithDefaults() *ThreeDSAcsRenderingType
NewThreeDSAcsRenderingTypeWithDefaults instantiates a new ThreeDSAcsRenderingType 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 *ThreeDSAcsRenderingType) GetAcsInterface() string
GetAcsInterface returns the AcsInterface field if non-nil, zero value otherwise.
func (o *ThreeDSAcsRenderingType) GetAcsInterfaceOk() (*string, bool)
GetAcsInterfaceOk returns a tuple with the AcsInterface field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSAcsRenderingType) SetAcsInterface(v string)
SetAcsInterface sets AcsInterface field to given value.
func (o *ThreeDSAcsRenderingType) HasAcsInterface() bool
HasAcsInterface returns a boolean if a field has been set.
func (o *ThreeDSAcsRenderingType) SetAcsInterfaceNil(b bool)
SetAcsInterfaceNil sets the value for AcsInterface to be an explicit nil
func (o *ThreeDSAcsRenderingType) UnsetAcsInterface()
UnsetAcsInterface ensures that no value is present for AcsInterface, not even an explicit nil
func (o *ThreeDSAcsRenderingType) GetAcsUiTemplate() string
GetAcsUiTemplate returns the AcsUiTemplate field if non-nil, zero value otherwise.
func (o *ThreeDSAcsRenderingType) GetAcsUiTemplateOk() (*string, bool)
GetAcsUiTemplateOk returns a tuple with the AcsUiTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSAcsRenderingType) SetAcsUiTemplate(v string)
SetAcsUiTemplate sets AcsUiTemplate field to given value.
func (o *ThreeDSAcsRenderingType) HasAcsUiTemplate() bool
HasAcsUiTemplate returns a boolean if a field has been set.
func (o *ThreeDSAcsRenderingType) SetAcsUiTemplateNil(b bool)
SetAcsUiTemplateNil sets the value for AcsUiTemplate to be an explicit nil
func (o *ThreeDSAcsRenderingType) UnsetAcsUiTemplate()
UnsetAcsUiTemplate ensures that no value is present for AcsUiTemplate, not even an explicit nil