UNPKG

notbank

Version:
7 lines (6 loc) 140 B
export interface GetDepositFeeRequest { AccountId: number; ProductId: number; Amount: number; AccountProviderId?: number; }