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" )
Click to show internal directories.
Click to hide internal directories.