public static class Storefront.CheckoutBuyerIdentity extends AbstractResponse<Storefront.CheckoutBuyerIdentity>
optimisticData, responseData| Constructor and Description |
|---|
CheckoutBuyerIdentity() |
CheckoutBuyerIdentity(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.CountryCode |
getCountryCode()
The country code for the checkout.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.CheckoutBuyerIdentity |
setCountryCode(Storefront.CountryCode arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CheckoutBuyerIdentity()
public CheckoutBuyerIdentity(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.CountryCode getCountryCode()
public Storefront.CheckoutBuyerIdentity setCountryCode(Storefront.CountryCode arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CheckoutBuyerIdentity>