GitHub

CheckoutBuyerIdentity

The identity of the customer associated with the checkout.

import { CheckoutBuyerIdentity } from '@daffodil/driver/shopify'
type CheckoutBuyerIdentity = {
    __typename?: 'CheckoutBuyerIdentity';
    countryCode?: Maybe<CountryCode>;
}
Type Options
CheckoutBuyerIdentity { __typename?: 'CheckoutBuyerIdentity'; countryCode?: Maybe<CountryCode>; }