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

Packages that use AgreementStateDescriptor
com.paypal.api.payments   
 

Uses of AgreementStateDescriptor in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return AgreementStateDescriptor
 AgreementStateDescriptor AgreementStateDescriptor.setAmount(Currency amount)
          Setter for amount
 AgreementStateDescriptor AgreementStateDescriptor.setNote(String note)
          Setter for note
 

Methods in com.paypal.api.payments with parameters of type AgreementStateDescriptor
 void Agreement.billBalance(APIContext apiContext, AgreementStateDescriptor agreementStateDescriptor)
          Bill an outstanding amount for an agreement by passing the ID of the agreement to the request URI.
 void Agreement.billBalance(String accessToken, AgreementStateDescriptor agreementStateDescriptor)
          Bill an outstanding amount for an agreement by passing the ID of the agreement to the request URI.
 void Agreement.cancel(APIContext apiContext, AgreementStateDescriptor agreementStateDescriptor)
          Cancel a billing agreement by passing the ID of the agreement to the request URI.
 void Agreement.cancel(String accessToken, AgreementStateDescriptor agreementStateDescriptor)
          Cancel a billing agreement by passing the ID of the agreement to the request URI.
 void Agreement.reActivate(APIContext apiContext, AgreementStateDescriptor agreementStateDescriptor)
          Reactivate a suspended billing agreement by passing the ID of the agreement to the appropriate URI.
 void Agreement.reActivate(String accessToken, AgreementStateDescriptor agreementStateDescriptor)
          Reactivate a suspended billing agreement by passing the ID of the agreement to the appropriate URI.
 void Agreement.suspend(APIContext apiContext, AgreementStateDescriptor agreementStateDescriptor)
          Suspend a particular billing agreement by passing the ID of the agreement to the request URI.
 void Agreement.suspend(String accessToken, AgreementStateDescriptor agreementStateDescriptor)
          Suspend a particular billing agreement by passing the ID of the agreement to the request URI.
 



Copyright © 2015. All Rights Reserved.