UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

13 lines (9 loc) 214 B
// CreateOrderResponse.ts export class ErrorResponse { respCode: string; respMsg: string; constructor(respCode: string, respMsg: string) { this.respCode = respCode; this.respMsg = respMsg; } }