File

src/app/models/limits.model.ts

Index

Properties

Properties

credit
credit: ILimit
Type : ILimit
debit
debit: ILimit
Type : ILimit
electronic
electronic: ILimit
Type : ILimit
paper
paper: ILimit
Type : ILimit
import { ILimit } from './i-limit.model';

export interface Limits {
  // i don't believe i need these 2 limit types for a2a
  // todo verify with Patrick
  electronic: ILimit;
  paper: ILimit;
  credit: ILimit;
  debit: ILimit;
}

results matching ""

    No results matching ""