Uses of Class
com.paypal.api.payments.Plan

Packages that use Plan
com.paypal.api.payments   
 

Uses of Plan in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Plan
 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
 

Methods in com.paypal.api.payments that return types with arguments of type Plan
 List<Plan> PlanList.getPlans()
          Getter for plans
 

Methods in com.paypal.api.payments with parameters of type Plan
 Agreement Agreement.setPlan(Plan plan)
          Setter for plan
 

Method parameters in com.paypal.api.payments with type arguments of type Plan
 PlanList PlanList.setPlans(List<Plan> plans)
          Setter for plans
 

Constructors in com.paypal.api.payments with parameters of type Plan
Agreement(String name, String description, String startDate, Payer payer, Plan plan)
          Parameterized Constructor
 



Copyright © 2015. All Rights Reserved.