public static class Storefront.CheckoutCompleteWithCreditCardV2Payload
extends <any>
| Constructor and Description |
|---|
CheckoutCompleteWithCreditCardV2Payload() |
CheckoutCompleteWithCreditCardV2Payload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Checkout |
getCheckout()
The checkout on which the payment was applied.
|
java.util.List<Storefront.CheckoutUserError> |
getCheckoutUserErrors()
List of errors that occurred executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.Payment |
getPayment()
A representation of the attempted payment.
|
java.util.List<Storefront.UserError> |
getUserErrors()
Deprecated.
Use `checkoutUserErrors` instead
|
Storefront.CheckoutCompleteWithCreditCardV2Payload |
setCheckout(Storefront.Checkout arg) |
Storefront.CheckoutCompleteWithCreditCardV2Payload |
setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg) |
Storefront.CheckoutCompleteWithCreditCardV2Payload |
setPayment(Storefront.Payment arg) |
Storefront.CheckoutCompleteWithCreditCardV2Payload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutCompleteWithCreditCardV2Payload()
public CheckoutCompleteWithCreditCardV2Payload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutCompleteWithCreditCardV2Payload setCheckout(Storefront.Checkout arg)
public java.util.List<Storefront.CheckoutUserError> getCheckoutUserErrors()
public Storefront.CheckoutCompleteWithCreditCardV2Payload setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg)
public Storefront.Payment getPayment()
public Storefront.CheckoutCompleteWithCreditCardV2Payload setPayment(Storefront.Payment arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutCompleteWithCreditCardV2Payload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)