Skip to content

/AWS1/CL_VIDFRAUDSTER

Contains all the information about a fraudster.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DOMAINID TYPE /AWS1/VIDDOMAINID /AWS1/VIDDOMAINID

The identifier of the domain that contains the fraudster.

IV_GENERATEDFRAUDSTERID TYPE /AWS1/VIDGENERATEDFRAUDSTERID /AWS1/VIDGENERATEDFRAUDSTERID

The service-generated identifier for the fraudster.

IV_CREATEDAT TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP

The timestamp of when Voice ID identified the fraudster.

IT_WATCHLISTIDS TYPE /AWS1/CL_VIDRSPWATCHLISTIDS_W=>TT_RESPONSEWATCHLISTIDS TT_RESPONSEWATCHLISTIDS

The identifier of the watchlists the fraudster is a part of.


Queryable Attributes

DomainId

The identifier of the domain that contains the fraudster.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

GeneratedFraudsterId

The service-generated identifier for the fraudster.

Accessible with the following methods

Method Description
GET_GENERATEDFRAUDSTERID() Getter for GENERATEDFRAUDSTERID, with configurable default
ASK_GENERATEDFRAUDSTERID() Getter for GENERATEDFRAUDSTERID w/ exceptions if field has n
HAS_GENERATEDFRAUDSTERID() Determine if GENERATEDFRAUDSTERID has a value

CreatedAt

The timestamp of when Voice ID identified the fraudster.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

WatchlistIds

The identifier of the watchlists the fraudster is a part of.

Accessible with the following methods

Method Description
GET_WATCHLISTIDS() Getter for WATCHLISTIDS, with configurable default
ASK_WATCHLISTIDS() Getter for WATCHLISTIDS w/ exceptions if field has no value
HAS_WATCHLISTIDS() Determine if WATCHLISTIDS has a value