Name | Type | Description | Notes |
---|---|---|---|
ActivityId | Pointer to string | The UUID of the customer activity created for the deposit. | [optional] |
func NewCreateSandboxDepositResponse() *CreateSandboxDepositResponse
NewCreateSandboxDepositResponse instantiates a new CreateSandboxDepositResponse 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 NewCreateSandboxDepositResponseWithDefaults() *CreateSandboxDepositResponse
NewCreateSandboxDepositResponseWithDefaults instantiates a new CreateSandboxDepositResponse 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 *CreateSandboxDepositResponse) GetActivityId() string
GetActivityId returns the ActivityId field if non-nil, zero value otherwise.
func (o *CreateSandboxDepositResponse) GetActivityIdOk() (*string, bool)
GetActivityIdOk returns a tuple with the ActivityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSandboxDepositResponse) SetActivityId(v string)
SetActivityId sets ActivityId field to given value.
func (o *CreateSandboxDepositResponse) HasActivityId() bool
HasActivityId returns a boolean if a field has been set.