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

Packages that use PaymentDetail
com.paypal.api.payments   
 

Uses of PaymentDetail in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return PaymentDetail
 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
 

Methods in com.paypal.api.payments that return types with arguments of type PaymentDetail
 List<PaymentDetail> Invoice.getPaymentDetails()
          Getter for paymentDetails
 

Methods in com.paypal.api.payments with parameters of type PaymentDetail
 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.
 

Method parameters in com.paypal.api.payments with type arguments of type PaymentDetail
 Invoice Invoice.setPaymentDetails(List<PaymentDetail> paymentDetails)
          Setter for paymentDetails
 



Copyright © 2015. All Rights Reserved.