billingCycle property

  1. @JsonKey.new(name: 'billing_cycle')
ChangeSubscriptionRequestBillingCycleBillingCycle billingCycle
final

The recurring billing cycle to switch the active subscription to

Implementation

@JsonKey(name: 'billing_cycle')
final ChangeSubscriptionRequestBillingCycleBillingCycle billingCycle;