UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

26 lines (25 loc) 551 B
export declare class FraudCheckResult { /** * The fraud score generated by the risk check. */ 'accountScore': number; /** * The ID of the risk check. */ 'checkId': number; /** * The name of the risk check. */ 'name': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }