UNPKG

scheunemann-interfaces

Version:
11 lines (10 loc) 268 B
import { IPagBankAddress } from './i-address'; import { IPagBankPhone } from './i-phone'; export interface IPagBankSubMerchant { reference_id: string; name: string; tax_id: string; mcc: string; address: IPagBankAddress; phone: IPagBankPhone; }