CellKitRenewalDTO constructor
- String? requestId,
- String? sapAccountNumber,
- List<
CellKitRenewalItem> ? items,
Implementation
const CellKitRenewalDTO({
this.requestId,
this.sapAccountNumber,
this.items,
});
const CellKitRenewalDTO({
this.requestId,
this.sapAccountNumber,
this.items,
});