netPricePerUnit property

  1. @JsonKey.new(name: "netPricePerUnit")
BasePricePerUnit? netPricePerUnit
getter/setter pair

Implementation

@JsonKey(name: "netPricePerUnit")
BasePricePerUnit? netPricePerUnit;