Name | Type | Required | Description | Examples |
---|---|---|---|---|
ReferenceId | Pointer to NullableString | |||
CaptureAmount | float64 | ☑️ |
func NewCaptureParameters(captureAmount float64, ) *CaptureParameters
NewCaptureParameters instantiates a new CaptureParameters 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 NewCaptureParametersWithDefaults() *CaptureParameters
NewCaptureParametersWithDefaults instantiates a new CaptureParameters 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 *CaptureParameters) GetReferenceId() string
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *CaptureParameters) GetReferenceIdOk() (*string, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptureParameters) SetReferenceId(v string)
SetReferenceId sets ReferenceId field to given value.
func (o *CaptureParameters) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (o *CaptureParameters) SetReferenceIdNil(b bool)
SetReferenceIdNil sets the value for ReferenceId to be an explicit nil
func (o *CaptureParameters) UnsetReferenceId()
UnsetReferenceId ensures that no value is present for ReferenceId, not even an explicit nil
func (o *CaptureParameters) GetCaptureAmount() float64
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *CaptureParameters) GetCaptureAmountOk() (*float64, bool)
GetCaptureAmountOk returns a tuple with the CaptureAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptureParameters) SetCaptureAmount(v float64)
SetCaptureAmount sets CaptureAmount field to given value.