Options to use when unlocking a given bundle.
- input UnlockOptions {
- # The delivery speed of the order.
- # See BundleOptions deliverySpeeds for the available options.
- : DeliverySpeed
- # The units to use for the order. If unspecified it will
- # use the account defaults.
- : [Units!]
- }