| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
Patch |
Patch.setOp(String op)
Setter for op
|
Patch |
Patch.setPath(String path)
Setter for path
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.update(APIContext apiContext,
List<Patch> patchRequest)
Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
|
void |
Payment.update(APIContext apiContext,
List<Patch> patchRequest)
Partially update a payment resource by by passing the payment_id in the request URI.
|
CreditCard |
CreditCard.update(APIContext apiContext,
List<Patch> patchRequest)
Update information in a previously saved card.
|
Agreement |
Agreement.update(APIContext apiContext,
List<Patch> patchRequest)
Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
|
void |
Plan.update(String accessToken,
List<Patch> patchRequest)
Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
|
void |
Payment.update(String accessToken,
List<Patch> patchRequest)
Partially update a payment resource by by passing the payment_id in the request URI.
|
CreditCard |
CreditCard.update(String accessToken,
List<Patch> patchRequest)
Update information in a previously saved card.
|
Agreement |
Agreement.update(String accessToken,
List<Patch> patchRequest)
Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
|
Copyright © 2015. All Rights Reserved.