| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
PaymentDetail |
PaymentDetail.setDate(String date)
Setter for date
|
PaymentDetail |
PaymentDetail.setMethod(String method)
Setter for method
|
PaymentDetail |
PaymentDetail.setNote(String note)
Setter for note
|
PaymentDetail |
PaymentDetail.setTransactionId(String transactionId)
Setter for transactionId
|
PaymentDetail |
PaymentDetail.setTransactionType(String transactionType)
Setter for transactionType
|
PaymentDetail |
PaymentDetail.setType(String type)
Setter for type
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentDetail> |
Invoice.getPaymentDetails()
Getter for paymentDetails
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invoice.recordPayment(APIContext apiContext,
PaymentDetail paymentDetail)
Mark the status of the invoice as paid.
|
void |
Invoice.recordPayment(String accessToken,
PaymentDetail paymentDetail)
Mark the status of the invoice as paid.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setPaymentDetails(List<PaymentDetail> paymentDetails)
Setter for paymentDetails
|
Copyright © 2015. All Rights Reserved.