| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PricingModel |
PricingModel.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PricingModel |
PricingModel.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PricingModel |
PricingScheme.getPricingModel()
Getter for PricingModel.
|
static PricingModel |
PricingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingModel[] |
PricingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PricingScheme.Builder |
PricingScheme.Builder.pricingModel(PricingModel pricingModel)
Setter for pricingModel.
|
void |
PricingScheme.setPricingModel(PricingModel pricingModel)
Setter for PricingModel.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PricingModel.toValue(List<PricingModel> toConvert)
Convert list of PricingModel values to list of string values.
|
| Constructor and Description |
|---|
Builder(PricingModel pricingModel)
Initialization constructor.
|
PricingScheme(PricingModel pricingModel,
Money price,
Money reloadThresholdAmount)
Initialization constructor.
|
Copyright © 2025. All rights reserved.