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