UNPKG

@playmoweb/payline-typescript-sdk

Version:
9 lines 312 B
import { PaylineBaseResponse } from "./payline-base-response.js"; class PaylineCreateWalletResponse extends PaylineBaseResponse { card; extendedCard; contractNumberWalletList; fraudResultDetails; } export { PaylineCreateWalletResponse }; //# sourceMappingURL=payline-create-wallet-response.js.map