UNPKG

@signnow/api-client

Version:
10 lines (9 loc) 209 B
export interface MerchantAccount { id: string; scope: string; merchant_type: string; merchant_account_name: string; currencies: string[]; currency: string; currency_name: string; }