ReimbursementDto constructor
ReimbursementDto({
- int? from,
- int? to,
- ReimbursementDtoDeliveryEnvironmentEnum? deliveryEnvironment,
- String? code,
- ReimbursementDtoCodeTypeEnum? codeType,
- ReimbursementDtoMultipleEnum? multiple,
- bool? temporary,
- bool? reference,
- String? legalReferencePath,
- bool? flatRateSystem,
- num? reimbursementBasePrice,
- num? referenceBasePrice,
- num? copaymentSupplement,
- PricingDto? pricingUnit,
- PricingDto? pricingSlice,
- ReimbursementCriterionDto? reimbursementCriterion,
- List<
CopaymentDto> copayments = const [],
Returns a new ReimbursementDto instance.
Implementation
ReimbursementDto({
this.from,
this.to,
this.deliveryEnvironment,
this.code,
this.codeType,
this.multiple,
this.temporary,
this.reference,
this.legalReferencePath,
this.flatRateSystem,
this.reimbursementBasePrice,
this.referenceBasePrice,
this.copaymentSupplement,
this.pricingUnit,
this.pricingSlice,
this.reimbursementCriterion,
this.copayments = const [],
});