Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.87 KB

CreateSandboxDepositResponse.md

File metadata and controls

56 lines (31 loc) · 1.87 KB

CreateSandboxDepositResponse

Properties

Name Type Description Notes
ActivityId Pointer to string The UUID of the customer activity created for the deposit. [optional]

Methods

NewCreateSandboxDepositResponse

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

NewCreateSandboxDepositResponseWithDefaults

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

GetActivityId

func (o *CreateSandboxDepositResponse) GetActivityId() string

GetActivityId returns the ActivityId field if non-nil, zero value otherwise.

GetActivityIdOk

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.

SetActivityId

func (o *CreateSandboxDepositResponse) SetActivityId(v string)

SetActivityId sets ActivityId field to given value.

HasActivityId

func (o *CreateSandboxDepositResponse) HasActivityId() bool

HasActivityId returns a boolean if a field has been set.

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