public static class Storefront.PaymentSettings extends AbstractResponse<Storefront.PaymentSettings>
optimisticData, responseData| Constructor and Description |
|---|
PaymentSettings() |
PaymentSettings(JsonObject fields) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic PaymentSettings()
public PaymentSettings(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.CardBrand> getAcceptedCardBrands()
public Storefront.PaymentSettings setAcceptedCardBrands(java.util.List<Storefront.CardBrand> arg)
public java.lang.String getCardVaultUrl()
public Storefront.PaymentSettings setCardVaultUrl(java.lang.String arg)
public Storefront.CountryCode getCountryCode()
public Storefront.PaymentSettings setCountryCode(Storefront.CountryCode arg)
public Storefront.CurrencyCode getCurrencyCode()
public Storefront.PaymentSettings setCurrencyCode(Storefront.CurrencyCode arg)
public java.util.List<Storefront.CurrencyCode> getEnabledPresentmentCurrencies()
public Storefront.PaymentSettings setEnabledPresentmentCurrencies(java.util.List<Storefront.CurrencyCode> arg)
public java.lang.String getShopifyPaymentsAccountId()
public Storefront.PaymentSettings setShopifyPaymentsAccountId(java.lang.String arg)
public java.util.List<Storefront.DigitalWallet> getSupportedDigitalWallets()
public Storefront.PaymentSettings setSupportedDigitalWallets(java.util.List<Storefront.DigitalWallet> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.PaymentSettings>