AnybillStoreBillCreationInformationDto constructor
- {required BillCreationTypeDto billCreationType,
- String? creationDetails}
Implementation
AnybillStoreBillCreationInformationDto({
required this.billCreationType,
this.creationDetails,
});
AnybillStoreBillCreationInformationDto({
required this.billCreationType,
this.creationDetails,
});