View Source Chargebeex.QuotedSubscription (chargebeex v0.1.0)
Struct that represent a Chargebee's API quoted subscription.
Link to this section Summary
Link to this section Types
@type t() :: %Chargebeex.QuotedSubscription{ billing_period: non_neg_integer(), billing_period_unit: String.t(), remaining_billing_cycles: non_neg_integer(), subscription_items: [map()] }