public final class RequestOxxoSource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestOxxoSource.RequestOxxoSourceBuilder |
type| Constructor and Description |
|---|
RequestOxxoSource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestOxxoSource.RequestOxxoSourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CountryCode |
getCountry() |
java.lang.String |
getDescription() |
IntegrationType |
getIntegrationType() |
Payer |
getPayer() |
int |
hashCode() |
void |
setCountry(CountryCode country) |
void |
setDescription(java.lang.String description) |
void |
setPayer(Payer payer) |
java.lang.String |
toString() |
getTypepublic static RequestOxxoSource.RequestOxxoSourceBuilder builder()
public IntegrationType getIntegrationType()
public CountryCode getCountry()
public Payer getPayer()
public java.lang.String getDescription()
public void setCountry(CountryCode country)
public void setPayer(Payer payer)
public void setDescription(java.lang.String description)
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