| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static TenureType |
TenureType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static TenureType |
TenureType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
TenureType |
BillingCycle.getTenureType()
Getter for TenureType.
|
static TenureType |
TenureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenureType[] |
TenureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BillingCycle.setTenureType(TenureType tenureType)
Setter for TenureType.
|
BillingCycle.Builder |
BillingCycle.Builder.tenureType(TenureType tenureType)
Setter for tenureType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
TenureType.toValue(List<TenureType> toConvert)
Convert list of TenureType values to list of string values.
|
| Constructor and Description |
|---|
BillingCycle(TenureType tenureType,
PricingScheme pricingScheme,
JsonValue frequency,
Integer totalCycles,
Integer sequence,
String startDate)
Initialization constructor.
|
Builder(TenureType tenureType)
Initialization constructor.
|
Copyright © 2025. All rights reserved.