CommerceSubscriptionCreditResponse constructor

CommerceSubscriptionCreditResponse({
  1. CommerceMoneyResponse? amount,
  2. double? cycleRemainingPercent,
})

Returns a new CommerceSubscriptionCreditResponse instance.

Implementation

CommerceSubscriptionCreditResponse({
  this.amount,
  this.cycleRemainingPercent,
});