public class FundingDetail extends PayPalModel
| Constructor and Description |
|---|
FundingDetail()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClearingTime()
Expected clearing time
|
java.lang.String |
getPaymentDebitDate()
Date when funds will be debited from the payer's account
|
java.lang.String |
getPaymentHoldDate()
[DEPRECATED] Hold-off duration of the payment.
|
java.lang.String |
getProcessingType()
Processing type of the payment card
|
int |
hashCode() |
FundingDetail |
setClearingTime(java.lang.String clearingTime)
Expected clearing time
|
FundingDetail |
setPaymentDebitDate(java.lang.String paymentDebitDate)
Date when funds will be debited from the payer's account
|
FundingDetail |
setPaymentHoldDate(java.lang.String paymentHoldDate)
[DEPRECATED] Hold-off duration of the payment.
|
FundingDetail |
setProcessingType(java.lang.String processingType)
Processing type of the payment card
|
toJSON, toStringpublic java.lang.String getClearingTime()
public java.lang.String getPaymentHoldDate()
public java.lang.String getPaymentDebitDate()
public java.lang.String getProcessingType()
public FundingDetail setClearingTime(java.lang.String clearingTime)
public FundingDetail setPaymentHoldDate(java.lang.String paymentHoldDate)
public FundingDetail setPaymentDebitDate(java.lang.String paymentDebitDate)
public FundingDetail setProcessingType(java.lang.String processingType)
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