UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

35 lines (34 loc) 801 B
export declare class Order { 'amount': string; 'createdAt': string; 'creator'?: string; 'currency': string; 'expiration': number; 'expiredAt'?: string; 'failedAt'?: string; 'failedMessage'?: string; 'id': string; 'metadata'?: { [key: string]: string; }; 'note': string; 'paidAt'?: string; 'status': string; 'uid'?: string; 'userId'?: string; 'walletId': 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(); }