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)

24 lines (23 loc) 575 B
const e = { id: "paymentId", transactionType: "transactionType", createdAt: "date", balanceAccountId: "balanceAccount", accountHolderId: "account", amount: "txAmount", description: "description", status: "status", category: "category", paymentMethod: "paymentMethod", currency: "currency", fundsCapturedAmount: "fundsCaptured", payoutAmount: "netPayout", adjustmentAmount: "adjustments", dateAndPaymentMethod: "date", dateAndReportType: "date", reportType: "report", reportFile: "file" }, a = (t) => e[t] || t; export { a as getLabel };