MerchantRejectionReason constructor

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

Implementation

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