@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
21 lines (20 loc) • 492 B
TypeScript
export declare class CreateRefundRequest {
'amount': string;
'note'?: string;
'orderId': string;
'uid'?: string;
static readonly discriminator: string | undefined;
static readonly attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
format: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
format: string;
}[];
constructor();
}