Refunds constructor

Refunds({
  1. int? referenceNumber,
  2. int? actionCode,
  3. int? amount,
  4. String? date,
})

Информация по возвратам

Implementation

Refunds({
  this.referenceNumber,
  this.actionCode,
  this.amount,
  this.date,
});