public static class Storefront.CartBuyerIdentityQuery extends Query<Storefront.CartBuyerIdentityQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CartBuyerIdentityQuery |
countryCode()
The country where the buyer is located.
|
Storefront.CartBuyerIdentityQuery |
customer(Storefront.CustomerQueryDefinition queryDef)
The customer account associated with the cart.
|
Storefront.CartBuyerIdentityQuery |
deliveryAddressPreferences(Storefront.DeliveryAddressQueryDefinition queryDef)
An ordered set of delivery addresses tied to the buyer that is interacting with the cart.
|
Storefront.CartBuyerIdentityQuery |
email()
The email address of the buyer that's interacting with the cart.
|
Storefront.CartBuyerIdentityQuery |
phone()
The phone number of the buyer that's interacting with the cart.
|
Storefront.CartBuyerIdentityQuery |
preferences(Storefront.CartPreferencesQueryDefinition queryDef)
A set of preferences tied to the buyer interacting with the cart.
|
Storefront.CartBuyerIdentityQuery |
purchasingCompany(Storefront.PurchasingCompanyQueryDefinition queryDef)
The purchasing company associated with the cart.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CartBuyerIdentityQuery countryCode()
public Storefront.CartBuyerIdentityQuery customer(Storefront.CustomerQueryDefinition queryDef)
public Storefront.CartBuyerIdentityQuery deliveryAddressPreferences(Storefront.DeliveryAddressQueryDefinition queryDef)
public Storefront.CartBuyerIdentityQuery email()
public Storefront.CartBuyerIdentityQuery phone()
public Storefront.CartBuyerIdentityQuery preferences(Storefront.CartPreferencesQueryDefinition queryDef)
public Storefront.CartBuyerIdentityQuery purchasingCompany(Storefront.PurchasingCompanyQueryDefinition queryDef)