AnybillStoreBillCreationInformationDto constructor

AnybillStoreBillCreationInformationDto(
  1. {required BillCreationTypeDto billCreationType,
  2. String? creationDetails}
)

Implementation

AnybillStoreBillCreationInformationDto({
  required this.billCreationType,
  this.creationDetails,
});