Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.58 KB

CreateCloudPaymentsPost3ds.md

File metadata and controls

51 lines (28 loc) · 1.58 KB

CreateCloudPaymentsPost3ds

Properties

Name Type Description Notes
PaRes string

Methods

NewCreateCloudPaymentsPost3ds

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

NewCreateCloudPaymentsPost3dsWithDefaults

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

GetPaRes

func (o *CreateCloudPaymentsPost3ds) GetPaRes() string

GetPaRes returns the PaRes field if non-nil, zero value otherwise.

GetPaResOk

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.

SetPaRes

func (o *CreateCloudPaymentsPost3ds) SetPaRes(v string)

SetPaRes sets PaRes field to given value.

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