CommerceSubscriptionNextPayment constructor
CommerceSubscriptionNextPayment({
- required int date,
- required CommerceMoneyResponse amount,
Returns a new CommerceSubscriptionNextPayment instance.
Implementation
CommerceSubscriptionNextPayment({
required this.date,
required this.amount,
});