PayConfirmationEntity constructor
PayConfirmationEntity({
- required String? appId,
- String? description,
- String? shopId,
- ActionEntity? backToShopAction,
- StorageConditionsEntity? conditions,
Implementation
PayConfirmationEntity({
required this.appId,
this.description,
this.shopId,
this.backToShopAction,
this.conditions,
});