Refund constructor
Refund({})
Implementation
Refund(
{this.amountMoney,
this.locationId,
this.createdAt,
this.id,
this.status,
this.transactionId,
this.additionalRecipients,
this.processingFeeMoney,
this.reason,
this.tenderId});