billingToDate property

  1. @JsonKey.new(name: 'BillingToDate', includeIfNull: false)
DateTime? billingToDate
final

Implementation

@JsonKey(name: 'BillingToDate', includeIfNull: false)
final DateTime? billingToDate;