Name | Type | Description | Notes |
---|---|---|---|
Sanction | Pointer to WatchlistEnhancedBreakdownSanction | [optional] | |
PoliticallyExposedPerson | Pointer to WatchlistEnhancedBreakdownPoliticallyExposedPerson | [optional] | |
LegalAndRegulatoryWarnings | Pointer to WatchlistEnhancedBreakdownMonitoredLists | [optional] |
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
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
func (o *WatchlistStandardBreakdown) GetSanction() WatchlistEnhancedBreakdownSanction
GetSanction returns the Sanction field if non-nil, zero value otherwise.
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.
func (o *WatchlistStandardBreakdown) SetSanction(v WatchlistEnhancedBreakdownSanction)
SetSanction sets Sanction field to given value.
func (o *WatchlistStandardBreakdown) HasSanction() bool
HasSanction returns a boolean if a field has been set.
func (o *WatchlistStandardBreakdown) GetPoliticallyExposedPerson() WatchlistEnhancedBreakdownPoliticallyExposedPerson
GetPoliticallyExposedPerson returns the PoliticallyExposedPerson field if non-nil, zero value otherwise.
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.
func (o *WatchlistStandardBreakdown) SetPoliticallyExposedPerson(v WatchlistEnhancedBreakdownPoliticallyExposedPerson)
SetPoliticallyExposedPerson sets PoliticallyExposedPerson field to given value.
func (o *WatchlistStandardBreakdown) HasPoliticallyExposedPerson() bool
HasPoliticallyExposedPerson returns a boolean if a field has been set.
func (o *WatchlistStandardBreakdown) GetLegalAndRegulatoryWarnings() WatchlistEnhancedBreakdownMonitoredLists
GetLegalAndRegulatoryWarnings returns the LegalAndRegulatoryWarnings field if non-nil, zero value otherwise.
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.
func (o *WatchlistStandardBreakdown) SetLegalAndRegulatoryWarnings(v WatchlistEnhancedBreakdownMonitoredLists)
SetLegalAndRegulatoryWarnings sets LegalAndRegulatoryWarnings field to given value.
func (o *WatchlistStandardBreakdown) HasLegalAndRegulatoryWarnings() bool
HasLegalAndRegulatoryWarnings returns a boolean if a field has been set.