PayModel constructor
PayModel({
- required String documentID,
- required String appId,
- String? description,
- ActionModel? succeeded,
- ActionModel? payAction,
- ShopModel? shop,
- StorageConditionsModel? conditions,
Implementation
PayModel({
required this.documentID,
required this.appId,
this.description,
this.succeeded,
this.payAction,
this.shop,
this.conditions,
});