RevocationContext constructor
RevocationContext({
- RevocationContextFullRefund? fullRefund,
- RevocationContextProratedRefund? proratedRefund,
Implementation
RevocationContext({
this.fullRefund,
this.proratedRefund,
});