| 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.
|
TenureType |
CycleExecution.getTenureType()
Getter for TenureType.
|
TenureType |
SubscriptionBillingCycle.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.
|
void |
CycleExecution.setTenureType(TenureType tenureType)
Setter for TenureType.
|
void |
SubscriptionBillingCycle.setTenureType(TenureType tenureType)
Setter for TenureType.
|
BillingCycle.Builder |
BillingCycle.Builder.tenureType(TenureType tenureType)
Setter for tenureType.
|
CycleExecution.Builder |
CycleExecution.Builder.tenureType(TenureType tenureType)
Setter for tenureType.
|
SubscriptionBillingCycle.Builder |
SubscriptionBillingCycle.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,
Integer totalCycles,
Integer sequence,
String startDate)
Initialization constructor.
|
Builder(Frequency frequency,
TenureType tenureType,
int sequence)
Initialization constructor.
|
Builder(TenureType tenureType)
Initialization constructor.
|
Builder(TenureType tenureType,
int sequence,
int cyclesCompleted)
Initialization constructor.
|
CycleExecution(TenureType tenureType,
int sequence,
int cyclesCompleted,
Integer cyclesRemaining,
Integer currentPricingSchemeVersion,
Integer totalCycles)
Initialization constructor.
|
SubscriptionBillingCycle(Frequency frequency,
TenureType tenureType,
int sequence,
SubscriptionPricingScheme pricingScheme,
Integer totalCycles)
Initialization constructor.
|
Copyright © 2026. All rights reserved.