@playmoweb/payline-typescript-sdk
Version:
Payline Typescript SDK
13 lines (12 loc) • 361 B
TypeScript
declare class PaylineThreeDSInfo {
challengeInd?: string;
threeDSReqPriorAuthData?: string;
threeDSReqPriorAuthMethod?: string;
threeDSReqPriorAuthTimestamp?: string;
browser?: any;
sdk?: any;
threeDSMethodNotificationURL?: string;
threeDSMethodResult?: string;
challengeWindowSize?: string;
}
export { PaylineThreeDSInfo };