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

Packages that use PaymentDefinition
com.paypal.api.payments   
 

Uses of PaymentDefinition in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return PaymentDefinition
 PaymentDefinition PaymentDefinition.setAmount(Currency amount)
          Setter for amount
 PaymentDefinition PaymentDefinition.setChargeModels(List<ChargeModels> chargeModels)
          Setter for chargeModels
 PaymentDefinition PaymentDefinition.setCycles(String cycles)
          Setter for cycles
 PaymentDefinition PaymentDefinition.setFrequency(String frequency)
          Setter for frequency
 PaymentDefinition PaymentDefinition.setFrequencyInterval(String frequencyInterval)
          Setter for frequencyInterval
 PaymentDefinition PaymentDefinition.setId(String id)
          Setter for id
 PaymentDefinition PaymentDefinition.setName(String name)
          Setter for name
 PaymentDefinition PaymentDefinition.setType(String type)
          Setter for type
 

Methods in com.paypal.api.payments that return types with arguments of type PaymentDefinition
 List<PaymentDefinition> Plan.getPaymentDefinitions()
          Getter for paymentDefinitions
 

Method parameters in com.paypal.api.payments with type arguments of type PaymentDefinition
 Plan Plan.setPaymentDefinitions(List<PaymentDefinition> paymentDefinitions)
          Setter for paymentDefinitions
 



Copyright © 2015. All Rights Reserved.