Model
PaymentConfigGooglePay
Magento\PaymentServicesPaypal\Model\Api\Data\PaymentConfigGooglePay
What it does
This class serves as a data transfer object (DTO) for Google Pay payment configuration in Magento's Payment Services.
Developers use it to store and retrieve Google Pay-specific settings like payment source identifier, button styling options, and 3D Secure authentication settings when implementing or customizing Google Pay checkout functionality.
Public Methods
- getPaymentSource()
- setPaymentSource()
- getButtonStyles()
- setButtonStyles()
- getThreeDS()
- setThreeDS()