shipments property

  1. @JsonKey(name: 'shipments')
List<BatchShipment>? shipments
final

Implementation

@JsonKey(name: 'shipments')
final List<BatchShipment>? shipments;