UNPKG

@playmoweb/payline-typescript-sdk

Version:
10 lines (9 loc) 290 B
import { PaylineBaseResponse } from "./payline-base-response.js"; declare class PaylineDoWebPaymentResponse extends PaylineBaseResponse { token: string; redirectURL: string; stepCode?: string; reqCode?: string; method?: string; } export { PaylineDoWebPaymentResponse };