ServiceAgreementUpdateV3Body constructor
- bool? hasServiceAgreement,
- DateTime? beginDate,
- ServiceAgreementTermDTO? term,
- int? termMonths,
- int? termDays,
Implementation
const ServiceAgreementUpdateV3Body({
this.hasServiceAgreement,
this.beginDate,
this.term,
this.termMonths,
this.termDays,
});