Name | Type | Description | Notes |
---|---|---|---|
PaRes | string |
func NewCreateCloudPaymentsPost3ds(paRes string, ) *CreateCloudPaymentsPost3ds
NewCreateCloudPaymentsPost3ds instantiates a new CreateCloudPaymentsPost3ds 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 NewCreateCloudPaymentsPost3dsWithDefaults() *CreateCloudPaymentsPost3ds
NewCreateCloudPaymentsPost3dsWithDefaults instantiates a new CreateCloudPaymentsPost3ds 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 *CreateCloudPaymentsPost3ds) GetPaRes() string
GetPaRes returns the PaRes field if non-nil, zero value otherwise.
func (o *CreateCloudPaymentsPost3ds) GetPaResOk() (*string, bool)
GetPaResOk returns a tuple with the PaRes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCloudPaymentsPost3ds) SetPaRes(v string)
SetPaRes sets PaRes field to given value.