UNPKG

@lomi./sdk

Version:
11 lines (10 loc) 270 B
import type { CurrencyCode } from './CurrencyCode'; export type MerchantAccount = { account_id: string; merchant_id?: string; organization_id: string; balance: number; currency_code: CurrencyCode; created_at?: string; updated_at?: string; };