Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.13 KB

SubmitDepositTravelRuleInfo201Response.md

File metadata and controls

56 lines (31 loc) · 2.13 KB

SubmitDepositTravelRuleInfo201Response

Properties

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]

Methods

NewSubmitDepositTravelRuleInfo201Response

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

NewSubmitDepositTravelRuleInfo201ResponseWithDefaults

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

GetSubmitted

func (o *SubmitDepositTravelRuleInfo201Response) GetSubmitted() bool

GetSubmitted returns the Submitted field if non-nil, zero value otherwise.

GetSubmittedOk

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.

SetSubmitted

func (o *SubmitDepositTravelRuleInfo201Response) SetSubmitted(v bool)

SetSubmitted sets Submitted field to given value.

HasSubmitted

func (o *SubmitDepositTravelRuleInfo201Response) HasSubmitted() bool

HasSubmitted returns a boolean if a field has been set.

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