| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.create(APIContext apiContext)
Create a new billing plan by passing the details for the plan, including the plan name, description, and type, to the request URI.
|
Plan |
Plan.create(String accessToken)
Create a new billing plan by passing the details for the plan, including the plan name, description, and type, to the request URI.
|
static Plan |
Plan.get(APIContext apiContext,
String planId)
Retrieve the details for a particular billing plan by passing the billing plan ID to the request URI.
|
static Plan |
Plan.get(String accessToken,
String planId)
Retrieve the details for a particular billing plan by passing the billing plan ID to the request URI.
|
Plan |
Agreement.getPlan()
Getter for plan
|
Plan |
Plan.setCreateTime(String createTime)
Setter for createTime
|
Plan |
Plan.setDescription(String description)
Setter for description
|
Plan |
Plan.setId(String id)
Setter for id
|
Plan |
Plan.setLinks(List<Links> links)
Setter for links
|
Plan |
Plan.setMerchantPreferences(MerchantPreferences merchantPreferences)
Setter for merchantPreferences
|
Plan |
Plan.setName(String name)
Setter for name
|
Plan |
Plan.setPaymentDefinitions(List<PaymentDefinition> paymentDefinitions)
Setter for paymentDefinitions
|
Plan |
Plan.setState(String state)
Setter for state
|
Plan |
Plan.setTerms(List<Terms> terms)
Setter for terms
|
Plan |
Plan.setType(String type)
Setter for type
|
Plan |
Plan.setUpdateTime(String updateTime)
Setter for updateTime
|
| Modifier and Type | Method and Description |
|---|---|
List<Plan> |
PlanList.getPlans()
Getter for plans
|
| Modifier and Type | Method and Description |
|---|---|
Agreement |
Agreement.setPlan(Plan plan)
Setter for plan
|
| Modifier and Type | Method and Description |
|---|---|
PlanList |
PlanList.setPlans(List<Plan> plans)
Setter for plans
|
| Constructor and Description |
|---|
Agreement(String name,
String description,
String startDate,
Payer payer,
Plan plan)
Parameterized Constructor
|
Copyright © 2015. All Rights Reserved.