Current information about the processing of a bundle purchase.
- type BundleProcessingInformation {
- # The identifier for the bundle.
- String! :
- # The organization the model belongs to.
- ID! :
- # The current processing status for the bundle.
- BundleProcessingStatus! :
- # The last time the processing information was updated.
- DateTime! :
- # If there is a failure a code that may be used as a key to provide context.
- String :
- # The reason if it was provided along with the code when the process failure was
- # triggered.
- String :
- }