UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

10 lines (9 loc) 323 B
export declare class TransactionResultsResponse { orderNo: string; orderId: string; completedTime: number; createdTime: number; orderStatus: string; status: string; constructor(orderNo: string, orderId: string, completedTime: number, createdTime: number, orderStatus: string, status: string); }