public static class Charge.PaymentMethodDetails.Multibanco extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Multibanco() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEntity()
Entity number associated with this Multibanco payment.
|
java.lang.String |
getReference()
Reference number associated with this Multibanco payment.
|
int |
hashCode() |
void |
setEntity(java.lang.String entity)
Entity number associated with this Multibanco payment.
|
void |
setReference(java.lang.String reference)
Reference number associated with this Multibanco payment.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getEntity()
public java.lang.String getReference()
public void setEntity(java.lang.String entity)
public void setReference(java.lang.String reference)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object