AllocStatus Field

Identifies status of allocation.  
Valid values:  
0 = accepted (successfully processed)  
1 = block level reject  
2 = account level reject  
3 = received (received, not yet processed)  
4 = incomplete  
5 = rejected by intermediary  
 
public const int AllocStatus = 87
This language is not supported or no code example is available.
public:  
const int AllocStatus = 87;
This language is not supported or no code example is available.
public const AllocStatus : int = 87
This language is not supported or no code example is available.

Field Value

int

In this article

Definition