CommerceSubscriptionNextPayment constructor

CommerceSubscriptionNextPayment({
  1. required int date,
  2. required CommerceMoneyResponse amount,
})

Returns a new CommerceSubscriptionNextPayment instance.

Implementation

CommerceSubscriptionNextPayment({
  required this.date,
  required this.amount,
});