incoterm property
- @JsonKey(name: 'incoterm', toJson: incotermTypeToJson, fromJson: incotermTypeFromJson)
getter/setter pair
Implementation
@JsonKey(
name: 'incoterm',
toJson: incotermTypeToJson,
fromJson: incotermTypeFromJson)
late IncotermType? incoterm;