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