UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

7 lines (6 loc) 384 B
import { parsePaymentMethodType as t } from "../../external/TransactionsOverview/components/utils.js"; const o = (e) => e?.paymentMethod ? e.paymentMethod.type : e?.bankAccount ? "bankTransfer" : null, r = (e) => e?.paymentMethod ? t(e.paymentMethod, "detail") : e?.bankAccount?.accountNumberLastFourDigits; export { r as getDisplayablePaymentMethod, o as getPaymentMethodType };