isNegativeInventory property

  1. @JsonKey.new(name: 'IsNegativeInventory', includeIfNull: false)
bool? isNegativeInventory
final

Implementation

@JsonKey(name: 'IsNegativeInventory', includeIfNull: false)
final bool? isNegativeInventory;