Data constructor
Data({})
Implementation
Data({
this.id,
this.clientReferenceId,
this.amount,
this.currency,
this.paymentMethod,
this.nextAction,
this.status,
this.metadata,
this.createdAt,
this.expireAt,
});