Refund constructor
Refund({})
Implementation
Refund({
this.id,
this.dateCreated,
this.dateCreatedGmt,
this.amount,
this.reason,
this.refundedBy,
this.refundedPayment,
this.metaData,
this.lineItems,
this.links,
});