| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
OneTimeCharge |
OneTimeCharge.Builder.build()
Builds a new
OneTimeCharge object using the set fields. |
OneTimeCharge |
Plan.getOneTimeCharges()
Getter for OneTimeCharges.
|
| Modifier and Type | Method and Description |
|---|---|
Plan.Builder |
Plan.Builder.oneTimeCharges(OneTimeCharge oneTimeCharges)
Setter for oneTimeCharges.
|
void |
Plan.setOneTimeCharges(OneTimeCharge oneTimeCharges)
Setter for OneTimeCharges.
|
| Constructor and Description |
|---|
Builder(List<BillingCycle> billingCycles,
OneTimeCharge oneTimeCharges)
Initialization constructor.
|
Plan(List<BillingCycle> billingCycles,
OneTimeCharge oneTimeCharges,
JsonValue product,
String name)
Initialization constructor.
|
Copyright © 2025. All rights reserved.