src/app/modules/ach-setup/models/ach-override.ts
Properties |
accountNumberForP2P |
accountNumberForP2P:
|
Type : string
|
shouldChangeEffectiveDateToCurrentBusinessDate |
shouldChangeEffectiveDateToCurrentBusinessDate:
|
Type : boolean
|
shouldRemoveJulianDateFromAchFile |
shouldRemoveJulianDateFromAchFile:
|
Type : boolean
|
shouldUseDifferentAccountNumberForP2P |
shouldUseDifferentAccountNumberForP2P:
|
Type : boolean
|
export interface AchOverrideSettings {
shouldRemoveJulianDateFromAchFile: boolean;
shouldChangeEffectiveDateToCurrentBusinessDate: boolean;
shouldUseDifferentAccountNumberForP2P: boolean;
accountNumberForP2P: string;
}