CommerceSubscriptionItemNextPaymentResponse constructor

CommerceSubscriptionItemNextPaymentResponse({
  1. CommerceMoneyResponse? amount,
  2. int? date,
})

Implementation

CommerceSubscriptionItemNextPaymentResponse({
  this.amount,
  this.date,
});