UNPKG

@signnow/api-client

Version:
14 lines (13 loc) 342 B
export interface Payment { id: string; user_id: string; email: string; created: string; amount: string; payment_request_id?: string | null; merchant_id?: string | null; merchant_type?: string | null; merchant_account_name?: string | null; currency_name?: string | null; currency?: string | null; }