API browser of statusResponse430 COM module


/images/arrow_right.png StatusType enumeration type
Enumerates the defined status types that a queried request object can posses space
 
Set of enumeration values 10 elements
enStatusUnsupported: 1 The status is unsupported is supplied if and only if the insurance does not support the status system at all
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.
If the request was an invoice or reminder then 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
enStatusClaimed: 9 The status is claimed meaning that a reimbursement process was invoked by sending back the payback information.
This status can only be used for invoices and reminders
enStatusReimbursed: 10 The status is reimbursed meaning that the reimbursement process was completed as the amount was paid back by the biller.
This status can only be used for invoices and reminders