UNPKG

linkpay-api

Version:

LinkPay JS/TS API SDK

14 lines (13 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentResponse = void 0; /** * Response message for {@link LinkPayAPI.payment} API */ var PaymentResponse = /** @class */ (function () { function PaymentResponse() { } return PaymentResponse; }()); exports.PaymentResponse = PaymentResponse; exports.default = PaymentResponse;