API browser of generalCreditResponse450 COM module


/images/arrow_right.png StatusType enumeration type
Enumerates the defined status types that a request object at the insurance's site can posses space
space
Set of enumeration values 7 elements
enStatusUnknown: 2 The status is unknown meaning that the given object reference is unknown.
enStatusAmbiguous: 3 The status is ambiguous meaning that the given object reference delivers more than one result.
enStatusReceived: 4 The status is received meaning that nothing has been done so far except receiving the request.
enStatusFrozen: 5 The status is frozen meaning that the request is not processed until further data is provided - an appropriate response of that type was sent.
enStatusProcessed: 6 The status is processed meaning that the request has passed all processing and analysis but has not reached the granted or canceled state.
enStatusGranted: 7 The status is granted meaning that the request is accepted and archived as well as the requested amount was paid to the biller.
enStatusCanceled: 8 The status is canceled meaning that the request is canceled and archived with reject status - an appropriate response of that type was sent
space