UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

17 lines (16 loc) 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateVirtualAccountResponse = void 0; // PayInCreateOrderResponse.ts class CreateVirtualAccountResponse { constructor(virtualAccountName, virtualAccountNo, identityType, email, licenseNumber, customerName, status) { this.virtualAccountName = virtualAccountName; this.virtualAccountNo = virtualAccountNo; this.identityType = identityType; this.email = email; this.licenseNumber = licenseNumber; this.customerName = customerName; this.status = status; } } exports.CreateVirtualAccountResponse = CreateVirtualAccountResponse;