Name | Type | Description | Notes |
---|---|---|---|
TransactionId | int32 |
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
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
func (o *CloudPaymentsPost3ds) GetTransactionId() int32
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
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.
func (o *CloudPaymentsPost3ds) SetTransactionId(v int32)
SetTransactionId sets TransactionId field to given value.