UNPKG

@playmoweb/payline-typescript-sdk

Version:
25 lines 649 B
import { PaylineBaseResponse } from "./payline-base-response.js"; class PaylineGetWebPaymentDetailsResponse extends PaylineBaseResponse { contractNumber; result = { code: "" }; transaction; payment; authorization; privateDataList; // metadata paymentRecordId; billingRecordList; authentication3DSecure; cardOut; extendedCard; order; paymentAdditionalList; media; numberOfAttempt; wallet; contractNumberWalletList; bankAccountData; subMerchant; buyer; } export { PaylineGetWebPaymentDetailsResponse }; //# sourceMappingURL=payline-get-web-payment-details-response.js.map