Log in
Interface

PaymentConfigGooglePayButtonStylesInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentConfigGooglePayButtonStylesInterface

What it does

This interface defines the contract for managing Google Pay button styling configuration in Magento's Payment Services PayPal module.

Developers implement this interface to control the visual appearance of Google Pay buttons, including their color, height, and button type.

It's used when customizing the Google Pay checkout experience to match store branding.

Public Methods

  • getColor()
  • setColor()
  • getHeight()
  • setHeight()
  • setType()
  • getType()