openmeter / subscription /billing.go
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
d6f631f verified
Raw
History Blame Contribute Delete
448 Bytes
package subscription
type BillingBehaviorOverride struct {
// If true, the billing cadence will be restarted
// The anchor time will be the time the originating change takes effect,
// which in practive translates to a SubscriptionItem's ActiveFrom property.
RestartBillingPeriod *bool `json:"restartBillingPeriod,omitempty"`
// Subscription end proration mode will also be configurable here, but it's ignored for now.
// ProrateItem any
}