Log in
Interface

PaymentConfigGooglePayInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentConfigGooglePayInterface

What it does

This interface defines the structure for Google Pay payment configuration data in Magento's Payment Services.

Developers use this to get and set Google Pay-specific settings like button styling, payment source identifier, and 3D Secure authentication requirements when implementing or customizing Google Pay payment integration.

Public Methods

  • getButtonStyles()
  • setButtonStyles()
  • getPaymentSource()
  • setPaymentSource()
  • getThreeDS()
  • setThreeDS()