CommerceMoneyResponse constructor
CommerceMoneyResponse({})
Returns a new CommerceMoneyResponse instance.
Implementation
CommerceMoneyResponse({
required this.amount,
required this.amountFormatted,
required this.currency,
required this.currencySymbol,
});