| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
AgreementStateDescriptor |
AgreementStateDescriptor.setAmount(Currency amount)
Setter for amount
|
AgreementStateDescriptor |
AgreementStateDescriptor.setNote(String note)
Setter for note
|
| Modifier and Type | Method and Description |
|---|---|
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.