PaymentConfigOutput
Retrieves the payment configuration for a given location
type PaymentConfigOutput = {
__typename?: 'PaymentConfigOutput'; /** ApplePay payment method configuration */
apple_pay?: Maybe<ApplePayConfig>; /** GooglePay payment method configuration */
google_pay?: Maybe<GooglePayConfig>; /** Hosted fields payment method configuration */
hosted_fields?: Maybe<HostedFieldsConfig>; /** Smart Buttons payment method configuration */
smart_buttons?: Maybe<SmartButtonsConfig>;
};