Name | Type | Description | Notes |
---|---|---|---|
Submitted | Pointer to bool | Whether the submitted Travel Rule info has been successfully executed. - `true`: The operation has been successfully executed. - `false`: The operation has not been executed. | [optional] |
func NewSubmitDepositTravelRuleInfo201Response() *SubmitDepositTravelRuleInfo201Response
NewSubmitDepositTravelRuleInfo201Response instantiates a new SubmitDepositTravelRuleInfo201Response 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 NewSubmitDepositTravelRuleInfo201ResponseWithDefaults() *SubmitDepositTravelRuleInfo201Response
NewSubmitDepositTravelRuleInfo201ResponseWithDefaults instantiates a new SubmitDepositTravelRuleInfo201Response 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 *SubmitDepositTravelRuleInfo201Response) GetSubmitted() bool
GetSubmitted returns the Submitted field if non-nil, zero value otherwise.
func (o *SubmitDepositTravelRuleInfo201Response) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitDepositTravelRuleInfo201Response) SetSubmitted(v bool)
SetSubmitted sets Submitted field to given value.
func (o *SubmitDepositTravelRuleInfo201Response) HasSubmitted() bool
HasSubmitted returns a boolean if a field has been set.