batch property

  1. @JsonParameter(Necessity.optional, ['pickup', 'batch'])
IBatchParameter? batch
getter/setter pair

Implementation

@JsonParameter(Necessity.optional, ['pickup', 'batch'])
IBatchParameter? batch;