コード例 #1
0
ファイル: shipment.php プロジェクト: andy-profi/bxApiDocs
 /**
  * @throws Main\ArgumentOutOfRangeException
  * @throws Main\NotSupportedException
  * @throws \Exception
  */
 public static function tryUnreserve()
 {
     return Provider::tryUnreserveShipment($this);
 }