public static class Storefront.CompletePaymentChallenge extends AbstractResponse<Storefront.CompletePaymentChallenge> implements Storefront.CartCompletionAction
optimisticData, responseData| Constructor and Description |
|---|
CompletePaymentChallenge() |
CompletePaymentChallenge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getRedirectUrl()
The URL for the 3DS payment redirect.
|
Storefront.CompletePaymentChallenge |
setRedirectUrl(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CompletePaymentChallenge()
public CompletePaymentChallenge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.CartCompletionActionpublic java.lang.String getRedirectUrl()
public Storefront.CompletePaymentChallenge setRedirectUrl(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CompletePaymentChallenge>