| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
RefundDetail |
RefundDetail.setDate(String date)
Setter for date
|
RefundDetail |
RefundDetail.setNote(String note)
Setter for note
|
RefundDetail |
RefundDetail.setType(String type)
Setter for type
|
| Modifier and Type | Method and Description |
|---|---|
List<RefundDetail> |
Invoice.getRefundDetails()
Getter for refundDetails
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invoice.recordRefund(APIContext apiContext,
RefundDetail refundDetail)
Mark the status of the invoice as refunded.
|
void |
Invoice.recordRefund(String accessToken,
RefundDetail refundDetail)
Mark the status of the invoice as refunded.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setRefundDetails(List<RefundDetail> refundDetails)
Setter for refundDetails
|
Copyright © 2015. All Rights Reserved.