RevocationContext constructor

RevocationContext({
  1. RevocationContextFullRefund? fullRefund,
  2. RevocationContextProratedRefund? proratedRefund,
})

Implementation

RevocationContext({
  this.fullRefund,
  this.proratedRefund,
});