public class PaymentExecution extends PayPalModel
| Constructor and Description |
|---|
PaymentExecution()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCarrierAccountId()
Getter for carrierAccountId
|
String |
getPayerId()
Getter for payerId
|
List<Transactions> |
getTransactions()
Getter for transactions
|
PaymentExecution |
setCarrierAccountId(String carrierAccountId)
Setter for carrierAccountId
|
PaymentExecution |
setPayerId(String payerId)
Setter for payerId
|
PaymentExecution |
setTransactions(List<Transactions> transactions)
Setter for transactions
|
equals, hashCode, toJSON, toStringpublic PaymentExecution setPayerId(String payerId)
public String getPayerId()
public PaymentExecution setCarrierAccountId(String carrierAccountId)
public String getCarrierAccountId()
public PaymentExecution setTransactions(List<Transactions> transactions)
public List<Transactions> getTransactions()
Copyright © 2016. All Rights Reserved.