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