UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

27 lines (26 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayInCreateOrderResponseData = void 0; // PayInCreateOrderResponse.ts class PayInCreateOrderResponseData { constructor(orderNo, orderAmount, orderStatus, checkoutUrl, goodsName, sdkSessionId, merchantNo, payToken, sdkSignKey, mockCheckoutUrl, payerVirtualAccNo, payerAccountId, payerAccountType, payMethod, appId, payCodeExpireMilliSec, payCode) { this.orderNo = orderNo; this.orderAmount = orderAmount; this.orderStatus = orderStatus; this.checkoutUrl = checkoutUrl; this.goodsName = goodsName; this.sdkSessionId = sdkSessionId; this.merchantNo = merchantNo; this.payToken = payToken; this.sdkSignKey = sdkSignKey; this.mockCheckoutUrl = mockCheckoutUrl; this.payerVirtualAccNo = payerVirtualAccNo; this.payerAccountId = payerAccountId; this.payerAccountType = payerAccountType; this.payMethod = payMethod; this.appId = appId; this.payCodeExpireMilliSec = payCodeExpireMilliSec; this.payCode = payCode; } } exports.PayInCreateOrderResponseData = PayInCreateOrderResponseData;