Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.09 KB

CreateCloudPaymentsAuth.md

File metadata and controls

72 lines (39 loc) · 2.09 KB

CreateCloudPaymentsAuth

Properties

Name Type Description Notes
Cryptogram string
Name string

Methods

NewCreateCloudPaymentsAuth

func NewCreateCloudPaymentsAuth(cryptogram string, name string, ) *CreateCloudPaymentsAuth

NewCreateCloudPaymentsAuth instantiates a new CreateCloudPaymentsAuth 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

NewCreateCloudPaymentsAuthWithDefaults

func NewCreateCloudPaymentsAuthWithDefaults() *CreateCloudPaymentsAuth

NewCreateCloudPaymentsAuthWithDefaults instantiates a new CreateCloudPaymentsAuth 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

GetCryptogram

func (o *CreateCloudPaymentsAuth) GetCryptogram() string

GetCryptogram returns the Cryptogram field if non-nil, zero value otherwise.

GetCryptogramOk

func (o *CreateCloudPaymentsAuth) GetCryptogramOk() (*string, bool)

GetCryptogramOk returns a tuple with the Cryptogram field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCryptogram

func (o *CreateCloudPaymentsAuth) SetCryptogram(v string)

SetCryptogram sets Cryptogram field to given value.

GetName

func (o *CreateCloudPaymentsAuth) GetName() string

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

GetNameOk

func (o *CreateCloudPaymentsAuth) 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 *CreateCloudPaymentsAuth) SetName(v string)

SetName sets Name field to given value.

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