Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

CloudPaymentsPost3ds.md

File metadata and controls

51 lines (28 loc) · 1.6 KB

CloudPaymentsPost3ds

Properties

Name Type Description Notes
TransactionId int32

Methods

NewCloudPaymentsPost3ds

func NewCloudPaymentsPost3ds(transactionId int32, ) *CloudPaymentsPost3ds

NewCloudPaymentsPost3ds instantiates a new CloudPaymentsPost3ds 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

NewCloudPaymentsPost3dsWithDefaults

func NewCloudPaymentsPost3dsWithDefaults() *CloudPaymentsPost3ds

NewCloudPaymentsPost3dsWithDefaults instantiates a new CloudPaymentsPost3ds 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

GetTransactionId

func (o *CloudPaymentsPost3ds) GetTransactionId() int32

GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.

GetTransactionIdOk

func (o *CloudPaymentsPost3ds) GetTransactionIdOk() (*int32, bool)

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

SetTransactionId

func (o *CloudPaymentsPost3ds) SetTransactionId(v int32)

SetTransactionId sets TransactionId field to given value.

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