CommerceSubscriptionCreditResponse constructor
CommerceSubscriptionCreditResponse({
- CommerceMoneyResponse? amount,
- double? cycleRemainingPercent,
Returns a new CommerceSubscriptionCreditResponse instance.
Implementation
CommerceSubscriptionCreditResponse({
this.amount,
this.cycleRemainingPercent,
});