### Receiving Status

```
enum PurchaseReceiveStatusCodeType
{
    None = 0,
    PartiallyReceived = 1,
    FullyReceived = 2
}
```
