We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a05ed commit c354c3eCopy full SHA for c354c3e
openmeter/subscription/subscription.go
@@ -37,13 +37,15 @@ func (s Subscription) AsEntityInput() CreateSubscriptionEntityInput {
37
NamespacedModel: models.NamespacedModel{
38
Namespace: s.Namespace,
39
},
40
- Alignment: s.Alignment,
41
- MetadataModel: s.MetadataModel,
42
- Plan: s.PlanRef,
43
- Name: s.Name,
44
- Description: s.Description,
45
- CustomerId: s.CustomerId,
46
- Currency: s.Currency,
+ Alignment: s.Alignment,
+ MetadataModel: s.MetadataModel,
+ Plan: s.PlanRef,
+ Name: s.Name,
+ Description: s.Description,
+ CustomerId: s.CustomerId,
+ Currency: s.Currency,
47
+ BillingCadence: s.BillingCadence,
48
+ ProRatingConfig: s.ProRatingConfig,
49
}
50
51
0 commit comments