public static class Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload extends AbstractResponse<Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload>
optimisticData, responseData| Constructor and Description |
|---|
CheckoutCompleteWithTokenizedPaymentV3Payload() |
CheckoutCompleteWithTokenizedPaymentV3Payload(JsonObject fields) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CheckoutCompleteWithTokenizedPaymentV3Payload()
public CheckoutCompleteWithTokenizedPaymentV3Payload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload setCheckout(Storefront.Checkout arg)
public java.util.List<Storefront.CheckoutUserError> getCheckoutUserErrors()
public Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg)
public Storefront.Payment getPayment()
public Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload setPayment(Storefront.Payment arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CheckoutCompleteWithTokenizedPaymentV3Payload>