File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ export interface SubscriptionOfferingsEndpoint
153153
154154 Build ( body : SubscriptionOfferingBuildBody ) : Promise < Resource < SubscriptionOffering > >
155155
156- GetAttachedProducts ( id : string ) : Promise < Resource < SubscriptionOfferingProduct [ ] > >
156+ GetAttachedProducts ( id : string ) : Promise < Resource < SubscriptionOfferingProduct [ ] > >
157157
158- GetAttachedPlans ( id : string ) : Promise < Resource < SubscriptionOfferingPlan [ ] > >
158+ GetAttachedPlans ( id : string ) : Promise < Resource < SubscriptionOfferingPlan [ ] > >
159159
160160 AttachProducts ( offeringId : string , body : SubscriptionOfferingAttachProductBody ) : Promise < Resource < SubscriptionProduct [ ] > >
161161
@@ -168,3 +168,4 @@ export interface SubscriptionOfferingsEndpoint
168168 AttachProrationPolicy ( offeringId : string , body : SubscriptionOfferingAttachProrationPolicyBody | null ) : Promise < Resource < SubscriptionOfferingAttachProrationPolicyBody > >
169169
170170 ReplaceProducts ( offeringId : string , productIds : string [ ] ) : Promise < Resource < SubscriptionProduct [ ] > >
171+ }
You can’t perform that action at this time.
0 commit comments