UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

22 lines (21 loc) 919 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryPayInResponse = void 0; // PayInCreateOrderResponse.ts class QueryPayInResponse { constructor(orderNo, orderStatus, createdTime, updateTime, currency, orderAmount, reference, payerAccountNo, payerAccountName, payerBankName, virtualAccountNo, virtualAccountName) { this.orderNo = orderNo; this.orderStatus = orderStatus; this.createdTime = createdTime; this.updateTime = updateTime; this.currency = currency; this.orderAmount = orderAmount; this.reference = reference; this.payerAccountNo = payerAccountNo; this.payerAccountName = payerAccountName; this.payerBankName = payerBankName; this.virtualAccountNo = virtualAccountNo; this.virtualAccountName = virtualAccountName; } } exports.QueryPayInResponse = QueryPayInResponse;