public class Billing extends PayPalModel
| Constructor and Description |
|---|
Billing()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBillingAgreementId()
Identifier of the instrument in PayPal Wallet
|
InstallmentOption |
getSelectedInstallmentOption()
Selected installment option for issuer based installments (BR and MX).
|
int |
hashCode() |
Billing |
setBillingAgreementId(java.lang.String billingAgreementId)
Identifier of the instrument in PayPal Wallet
|
Billing |
setSelectedInstallmentOption(InstallmentOption selectedInstallmentOption)
Selected installment option for issuer based installments (BR and MX).
|
toJSON, toStringpublic java.lang.String getBillingAgreementId()
public InstallmentOption getSelectedInstallmentOption()
public Billing setBillingAgreementId(java.lang.String billingAgreementId)
public Billing setSelectedInstallmentOption(InstallmentOption selectedInstallmentOption)
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