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