BundleRecall

BundleRecall
BundleRecall

Bundle Recall model for collection of bundles that are recalled with their replacements if applicable.

JSON Example
{
    "recalledBundleIds": [
        "string"
    ],
    "replacementBundleStatus": "One among: NONE, PENDING, READY",
    "replacementBundleIds": [
        "string"
    ]
}
array of string
recalledBundleIds
Required

List of Bundle IDs that are recalled

string
replacementBundleStatus
Required

Status of bundle replacement.

array of string
replacementBundleIds
Read-Only

List of Bundle IDs that act as replacement

Property Of