UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

13 lines (12 loc) 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentMethodUnderlyingDetailsNotification = void 0; const korean_market_underlying_details_notification_js_1 = require("./korean-market-underlying-details-notification.js"); class PaymentMethodUnderlyingDetailsNotification { constructor(paymentMethodUnderlyingDetails) { this.koreaLocal = paymentMethodUnderlyingDetails.korea_local ? new korean_market_underlying_details_notification_js_1.KoreanMarketUnderlyingDetailsNotification(paymentMethodUnderlyingDetails.korea_local) : null; } } exports.PaymentMethodUnderlyingDetailsNotification = PaymentMethodUnderlyingDetailsNotification;