public class PaymentExecution extends PayPalModel
| Constructor and Description |
|---|
PaymentExecution()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCarrierAccountId()
Carrier account id for a carrier billing payment.
|
java.lang.String |
getPayerId()
The ID of the Payer, passed in the `return_url` by PayPal.
|
java.util.List<Transactions> |
getTransactions()
Transactional details including the amount and item details.
|
int |
hashCode() |
PaymentExecution |
setCarrierAccountId(java.lang.String carrierAccountId)
Carrier account id for a carrier billing payment.
|
PaymentExecution |
setPayerId(java.lang.String payerId)
The ID of the Payer, passed in the `return_url` by PayPal.
|
PaymentExecution |
setTransactions(java.util.List<Transactions> transactions)
Transactional details including the amount and item details.
|
toJSON, toStringpublic java.lang.String getPayerId()
public java.lang.String getCarrierAccountId()
public java.util.List<Transactions> getTransactions()
public PaymentExecution setPayerId(java.lang.String payerId)
public PaymentExecution setCarrierAccountId(java.lang.String carrierAccountId)
public PaymentExecution setTransactions(java.util.List<Transactions> transactions)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel