public final class RequestGiropaySource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestGiropaySource.InfoFields |
static class |
RequestGiropaySource.RequestGiropaySourceBuilder |
type| Constructor and Description |
|---|
RequestGiropaySource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestGiropaySource.RequestGiropaySourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
java.util.List<RequestGiropaySource.InfoFields> |
getInfoFields()
Deprecated.
GiroPay doesn't support this field anymore, will be removed in the future
|
java.lang.String |
getPurpose()
Deprecated.
GiroPay doesn't support this field anymore, will be removed in the future
|
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
void |
setInfoFields(java.util.List<RequestGiropaySource.InfoFields> infoFields)
Deprecated.
GiroPay doesn't support this field anymore, will be removed in the future
|
void |
setPurpose(java.lang.String purpose)
Deprecated.
GiroPay doesn't support this field anymore, will be removed in the future
|
java.lang.String |
toString() |
getTypepublic static RequestGiropaySource.RequestGiropaySourceBuilder builder()
@Deprecated public java.lang.String getPurpose()
@Deprecated public java.util.List<RequestGiropaySource.InfoFields> getInfoFields()
public AccountHolder getAccountHolder()
@Deprecated public void setPurpose(java.lang.String purpose)
@Deprecated public void setInfoFields(java.util.List<RequestGiropaySource.InfoFields> infoFields)
public void setAccountHolder(AccountHolder accountHolder)
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