GooglePayButtonStyles
type GooglePayButtonStyles = {
__typename?: 'GooglePayButtonStyles'; /** The button color */
color?: Maybe<Scalars['String']['output']>; /** The button height in pixels */
height?: Maybe<Scalars['Int']['output']>; /** The button type */
type?: Maybe<Scalars['String']['output']>;
};