| Package | Description |
|---|---|
| com.chargebee.models |
| Modifier and Type | Method and Description |
|---|---|
Plan.AttachedAddon.Type |
Plan.AttachedAddon.type() |
static Plan.AttachedAddon.Type |
Plan.AttachedAddon.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plan.AttachedAddon.Type[] |
Plan.AttachedAddon.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Plan.CreateRequest |
Plan.CreateRequest.attachedAddonType(int index,
Plan.AttachedAddon.Type attachedAddonType) |
Plan.UpdateRequest |
Plan.UpdateRequest.attachedAddonType(int index,
Plan.AttachedAddon.Type attachedAddonType) |
Copyright © 2023 ChargeBee. All rights reserved.