@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
28 lines (27 loc) • 651 B
TypeScript
export declare class Refund {
'amount': string;
'completedAt'?: string;
'createdAt': string;
'currency': string;
'failedAt'?: string;
'failedMessage'?: string;
'id': string;
'note'?: string;
'orderId': string;
'status': 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();
}