sku property

  1. @MinLength.new(3)
  2. @MaxLength.new(50)
String sku
final

Implementation

@MinLength(3)
@MaxLength(50)
final String sku;