RefundReason constructor

RefundReason({
  1. String? description,
  2. String? reasonCode,
})

Implementation

RefundReason({
  this.description,
  this.reasonCode,
});