You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
630 B
TypeScript
18 lines
630 B
TypeScript
export class EITNotificationBodyItems {
|
|
public TRANSACTION_NUMBER :number;
|
|
public DESC_FLEX_NAME : string;
|
|
public ACTION : string;
|
|
public EXTRA_INFO_ID :number;
|
|
public DESC_FLEX_CONTEXT_COD : string;
|
|
public APPLICATION_COLUMN_NAME : string;
|
|
public SEGMENT_SEQ_NUM :number;
|
|
public DATATYPE : string;
|
|
public SEGMENT_NAME : string;
|
|
public VARCHAR2_VALUE : string;
|
|
public SEGMENT_PROMPT : string;
|
|
public NUMBER_VALUE :number;
|
|
public SEGMENT_VALUE_DSP : string;
|
|
public DATE_VALUE : string ;
|
|
public PREV_SEGMENT_VALUE_DSP : string;
|
|
public DISPLAY_FLAG : string ;
|
|
} |