CreateBillingPriceRequest constructor
CreateBillingPriceRequest({})
Returns a new CreateBillingPriceRequest instance.
Implementation
CreateBillingPriceRequest({
required this.planId,
this.currency = 'USD',
required this.amount,
this.annualMonthlyAmount,
this.description,
});