public final class MerchantInitiatedSession extends ChannelData
| Modifier and Type | Class and Description |
|---|---|
static class |
MerchantInitiatedSession.MerchantInitiatedSessionBuilder |
channel| Constructor and Description |
|---|
MerchantInitiatedSession() |
| Modifier and Type | Method and Description |
|---|---|
static MerchantInitiatedSession.MerchantInitiatedSessionBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
RequestType |
getRequestType() |
int |
hashCode() |
void |
setRequestType(RequestType requestType) |
java.lang.String |
toString() |
getChannel, setChannelpublic static MerchantInitiatedSession.MerchantInitiatedSessionBuilder builder()
public RequestType getRequestType()
public void setRequestType(RequestType requestType)
public boolean equals(java.lang.Object o)
equals in class ChannelDataprotected boolean canEqual(java.lang.Object other)
canEqual in class ChannelDatapublic int hashCode()
hashCode in class ChannelDatapublic java.lang.String toString()
toString in class ChannelData