public final class RequestPayPalSource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestPayPalSource.RequestPayPalSourceBuilder |
type| Constructor and Description |
|---|
RequestPayPalSource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestPayPalSource.RequestPayPalSourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
BillingPlan |
getPlan() |
int |
hashCode() |
void |
setPlan(BillingPlan plan) |
java.lang.String |
toString() |
getTypepublic static RequestPayPalSource.RequestPayPalSourceBuilder builder()
public BillingPlan getPlan()
public void setPlan(BillingPlan plan)
public boolean equals(java.lang.Object o)
equals in class AbstractRequestSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractRequestSourcepublic int hashCode()
hashCode in class AbstractRequestSourcepublic java.lang.String toString()
toString in class AbstractRequestSource