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