createInvoiceForItemsCheckedInBeforeEstimatedStopDate property

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

Implementation

@JsonKey(
  name: 'CreateInvoiceForItemsCheckedInBeforeEstimatedStopDate',
  includeIfNull: false,
)
final bool? createInvoiceForItemsCheckedInBeforeEstimatedStopDate;