public final class ThreeDsMethodCompletionRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDsMethodCompletionRequest.ThreeDsMethodCompletionRequestBuilder |
| Constructor and Description |
|---|
ThreeDsMethodCompletionRequest(ThreeDsMethodCompletion threeDsMethodCompletion) |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDsMethodCompletionRequest.ThreeDsMethodCompletionRequestBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
ThreeDsMethodCompletion |
getThreeDsMethodCompletion() |
int |
hashCode() |
void |
setThreeDsMethodCompletion(ThreeDsMethodCompletion threeDsMethodCompletion) |
java.lang.String |
toString() |
public ThreeDsMethodCompletionRequest(ThreeDsMethodCompletion threeDsMethodCompletion)
public static ThreeDsMethodCompletionRequest.ThreeDsMethodCompletionRequestBuilder builder()
public ThreeDsMethodCompletion getThreeDsMethodCompletion()
public void setThreeDsMethodCompletion(ThreeDsMethodCompletion threeDsMethodCompletion)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object