ServiceAgreementUpdateV2Body constructor

const ServiceAgreementUpdateV2Body({
  1. bool? hasServiceAgreement,
  2. DateTime? beginDate,
  3. ServiceAgreementTermV2? term,
  4. int? termMonths,
  5. int? termDays,
})

Implementation

const ServiceAgreementUpdateV2Body({
  this.hasServiceAgreement,
  this.beginDate,
  this.term,
  this.termMonths,
  this.termDays,
});