PayConfirmationEntity constructor

PayConfirmationEntity({
  1. required String? appId,
  2. String? description,
  3. String? shopId,
  4. ActionEntity? backToShopAction,
  5. StorageConditionsEntity? conditions,
})

Implementation

PayConfirmationEntity({
  required this.appId,
  this.description,
  this.shopId,
  this.backToShopAction,
  this.conditions,
});