Refund constructor
const
Refund({})
Implementation
const Refund({
this.status,
this.statusDetails,
this.id,
this.amount,
this.invoiceId,
this.noteToPayer,
this.sellerPayableBreakdown,
this.createTime,
this.updateTime,
this.links,
});