Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.21 KB

WatchlistStandardBreakdown.md

File metadata and controls

108 lines (59 loc) · 4.21 KB

WatchlistStandardBreakdown

Properties

Name Type Description Notes
Sanction Pointer to WatchlistEnhancedBreakdownSanction [optional]
PoliticallyExposedPerson Pointer to WatchlistEnhancedBreakdownPoliticallyExposedPerson [optional]
LegalAndRegulatoryWarnings Pointer to WatchlistEnhancedBreakdownMonitoredLists [optional]

Methods

NewWatchlistStandardBreakdown

func NewWatchlistStandardBreakdown() *WatchlistStandardBreakdown

NewWatchlistStandardBreakdown instantiates a new WatchlistStandardBreakdown 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

NewWatchlistStandardBreakdownWithDefaults

func NewWatchlistStandardBreakdownWithDefaults() *WatchlistStandardBreakdown

NewWatchlistStandardBreakdownWithDefaults instantiates a new WatchlistStandardBreakdown 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

GetSanction

func (o *WatchlistStandardBreakdown) GetSanction() WatchlistEnhancedBreakdownSanction

GetSanction returns the Sanction field if non-nil, zero value otherwise.

GetSanctionOk

func (o *WatchlistStandardBreakdown) GetSanctionOk() (*WatchlistEnhancedBreakdownSanction, bool)

GetSanctionOk returns a tuple with the Sanction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSanction

func (o *WatchlistStandardBreakdown) SetSanction(v WatchlistEnhancedBreakdownSanction)

SetSanction sets Sanction field to given value.

HasSanction

func (o *WatchlistStandardBreakdown) HasSanction() bool

HasSanction returns a boolean if a field has been set.

GetPoliticallyExposedPerson

func (o *WatchlistStandardBreakdown) GetPoliticallyExposedPerson() WatchlistEnhancedBreakdownPoliticallyExposedPerson

GetPoliticallyExposedPerson returns the PoliticallyExposedPerson field if non-nil, zero value otherwise.

GetPoliticallyExposedPersonOk

func (o *WatchlistStandardBreakdown) GetPoliticallyExposedPersonOk() (*WatchlistEnhancedBreakdownPoliticallyExposedPerson, bool)

GetPoliticallyExposedPersonOk returns a tuple with the PoliticallyExposedPerson field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPoliticallyExposedPerson

func (o *WatchlistStandardBreakdown) SetPoliticallyExposedPerson(v WatchlistEnhancedBreakdownPoliticallyExposedPerson)

SetPoliticallyExposedPerson sets PoliticallyExposedPerson field to given value.

HasPoliticallyExposedPerson

func (o *WatchlistStandardBreakdown) HasPoliticallyExposedPerson() bool

HasPoliticallyExposedPerson returns a boolean if a field has been set.

GetLegalAndRegulatoryWarnings

func (o *WatchlistStandardBreakdown) GetLegalAndRegulatoryWarnings() WatchlistEnhancedBreakdownMonitoredLists

GetLegalAndRegulatoryWarnings returns the LegalAndRegulatoryWarnings field if non-nil, zero value otherwise.

GetLegalAndRegulatoryWarningsOk

func (o *WatchlistStandardBreakdown) GetLegalAndRegulatoryWarningsOk() (*WatchlistEnhancedBreakdownMonitoredLists, bool)

GetLegalAndRegulatoryWarningsOk returns a tuple with the LegalAndRegulatoryWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLegalAndRegulatoryWarnings

func (o *WatchlistStandardBreakdown) SetLegalAndRegulatoryWarnings(v WatchlistEnhancedBreakdownMonitoredLists)

SetLegalAndRegulatoryWarnings sets LegalAndRegulatoryWarnings field to given value.

HasLegalAndRegulatoryWarnings

func (o *WatchlistStandardBreakdown) HasLegalAndRegulatoryWarnings() bool

HasLegalAndRegulatoryWarnings returns a boolean if a field has been set.

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