SubscriptionBillingCycleAnchorConfig constructor
const
SubscriptionBillingCycleAnchorConfig({})
The fixed values used to calculate the `billing_cycle_anchor`.
Implementation
const SubscriptionBillingCycleAnchorConfig({
required this.dayOfMonth,
this.hour,
this.minute,
this.month,
this.second,
});