for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bpost\BpostApiClient\Bpost\Order\Box\National;
use Bpost\BpostApiClient\Common\BasicAttribute;
class ShopHandlingInstruction extends BasicAttribute
{
public function validate()
$this->validateLength(50);
}
/**
* @return string
*/
protected function getDefaultKey()
return 'shopHandlingInstruction';