palmpaywrappersdk
Version:
PalmPay Wrapper Sdk
18 lines (17 loc) • 627 B
TypeScript
export declare class PayInRequest {
description: number;
orderId: string;
title: string;
userId: number;
userMobileNo: string;
productType: string;
amount: string;
currency: string;
notifyUrl: string;
callbackUrl: string;
orderExpireTime: string;
goodsDetails: string;
remark: string;
constructor(description: number, orderId: string, title: string, userId: number, userMobileNo: string, productType: string, amount: string, currency: string, notifyUrl: string, callbackUrl: string, orderExpireTime: string, goodsDetails: string, remark: string);
toJSON(): object;
}