enum

package
v3.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractTermActionAtTermEnd added in v3.38.0

type ContractTermActionAtTermEnd string
const (
	ContractTermActionAtTermEndRenew     ContractTermActionAtTermEnd = "renew"
	ContractTermActionAtTermEndEvergreen ContractTermActionAtTermEnd = "evergreen"
	ContractTermActionAtTermEndCancel    ContractTermActionAtTermEnd = "cancel"
	ContractTermActionAtTermEndRenewOnce ContractTermActionAtTermEnd = "renew_once"
)

type DiscountsToAddApplyOn

type DiscountsToAddApplyOn string
const (
	DiscountsToAddApplyOnInvoiceAmount     DiscountsToAddApplyOn = "invoice_amount"
	DiscountsToAddApplyOnSpecificItemPrice DiscountsToAddApplyOn = "specific_item_price"
)

type DiscountsToAddDurationType

type DiscountsToAddDurationType string
const (
	DiscountsToAddDurationTypeOneTime       DiscountsToAddDurationType = "one_time"
	DiscountsToAddDurationTypeForever       DiscountsToAddDurationType = "forever"
	DiscountsToAddDurationTypeLimitedPeriod DiscountsToAddDurationType = "limited_period"
)

type DiscountsToAddType

type DiscountsToAddType string
const (
	DiscountsToAddTypeFixedAmount DiscountsToAddType = "fixed_amount"
	DiscountsToAddTypePercentage  DiscountsToAddType = "percentage"
)

type ItemsToAddItemType

type ItemsToAddItemType string
const (
	ItemsToAddItemTypePlan   ItemsToAddItemType = "plan"
	ItemsToAddItemTypeAddon  ItemsToAddItemType = "addon"
	ItemsToAddItemTypeCharge ItemsToAddItemType = "charge"
)

type ItemsToUpdateItemType

type ItemsToUpdateItemType string
const (
	ItemsToUpdateItemTypePlan   ItemsToUpdateItemType = "plan"
	ItemsToUpdateItemTypeAddon  ItemsToUpdateItemType = "addon"
	ItemsToUpdateItemTypeCharge ItemsToUpdateItemType = "charge"
)

type Status

type Status string
const (
	StatusScheduled Status = "scheduled"
	StatusSucceeded Status = "succeeded"
	StatusFailed    Status = "failed"
	StatusDraft     Status = "draft"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL