UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

9 lines (8 loc) 230 B
import { Fiat } from '../response'; import { Country } from './Country'; export declare class CustomerUpdate { customerCountry?: Country; accountingCurrency?: Fiat; providerCountry?: Country; externalId: string; }