Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.36 KB

BusinessSearchRequest.md

File metadata and controls

32 lines (19 loc) · 1.36 KB

BusinessSearchRequest

Properties

Name Type Description Notes
test Boolean [optional] [readonly]
searchType SearchTypeEnum The type of search to perform. i.e 'Live' or 'Demo' [optional]
packageId String The Package ID to run the transaction under which can be obtained by your Customer Success Manager or via a support ticket. [optional]
callBackUrl String [optional]
timeout Integer [optional]
consentForDataSources List<String> Some datasources required your customer provide consent to access them. Set that the customer has provided consent for each datasource that requires one. If consent is not provided the datasource will not be queried. [optional]
business BusinessSearchRequestBusinessSearchModel [optional]
countryCode String The country code for which the verification needs to be performed. [optional]
requestErrors List<ServiceError> [optional]

Enum: SearchTypeEnum

Name Value
LIVE "Live"
DEMO "Demo"
TEST "Test"