MatchOnAccountContract constructor
MatchOnAccountContract({
- MatchOnAccountContractTypeEnum? type,
- String? paymentReference,
- String? invoiceReference,
- double? amount,
- double? exchangeRate,
Returns a new MatchOnAccountContract instance.
Implementation
MatchOnAccountContract({
this.type,
this.paymentReference,
this.invoiceReference,
this.amount,
this.exchangeRate,
});