Skip to content

Commit

Permalink
Merge pull request #193 from bullhorn/revert-188-f/directDepositAccount
Browse files Browse the repository at this point in the history
Revert "feat(typings): Adding DirectDepositAccount types"
  • Loading branch information
antonyw89 authored Sep 11, 2024
2 parents dde20bd + 2189f9d commit 5bfc98a
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ export class EntityTypes {
static DeductionCategoryLookup: 'DeductionCategoryLookup' = 'DeductionCategoryLookup';
static DefaultEarnCode: 'DefaultEarnCode' = 'DefaultEarnCode';
static Department: 'Department' = 'Department';
static DirectDepositAccount: 'DirectDepositAccount' = 'DirectDepositAccount';
static DirectDepositAccountTypeLookup: 'DirectDepositAccountTypeLookup' = 'DirectDepositAccountTypeLookup';
static Discount: 'Discount' = 'Discount';
static DiscountEditHistory: 'DiscountEditHistory' = 'DiscountEditHistory';
static DiscountEditHistoryFieldChange: 'DiscountEditHistoryFieldChange' = 'DiscountEditHistoryFieldChange';
Expand Down Expand Up @@ -5098,29 +5096,6 @@ export interface DeliveryMethodLookup {
modifiedByUser?: CorporateUser;
shouldShowInPicker?: boolean;
}
export interface DirectDepositAccount {
id?: number;
accountNumber?: string;
amount?: number;
bankName?: string;
candidate?: Candidate;
currencyUnit?: CurrencyUnit;
dateAdded?: Date;
dateLastModified?: Date;
deletedByUser?: CorporateUser;
directDepositAccountTypeLookup?: DirectDepositAccountTypeLookup;
institutionNumber?: string;
isDeleted?: boolean;
paymentOrder?: number;
percentValue?: number;
remainder?: boolean;
transitNumber?: string;
}
export interface DirectDepositAccountTypeLookup {
id?: number;
isDeleted?: boolean;
label?: Strings;
}
export interface Discount {
id?: number;
addedByUser?: CorporateUser;
Expand Down

0 comments on commit 5bfc98a

Please sign in to comment.