UNPKG

@signnow/api-client

Version:
7 lines (6 loc) 125 B
export interface PaymentRequest { merchant_id?: string; currency?: string; type?: string; amount?: string; }