UNPKG

bluesnap

Version:
7 lines (6 loc) 299 B
/** * If fraud prevention is enabled, the fraudResultInfo object is returned in the response to the following requests: Auth Capture, Auth Only, Create Vaulted Shopper, Update Vaulted Shopper, Create Subscription */ export interface FraudResultInfoResponse { deviceDataCollector: 'Y' | 'N'; }