UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

12 lines (11 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorResponse = void 0; // CreateOrderResponse.ts class ErrorResponse { constructor(respCode, respMsg) { this.respCode = respCode; this.respMsg = respMsg; } } exports.ErrorResponse = ErrorResponse;