Log in
Interface

PaymentConfigApplePayInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentConfigApplePayInterface

What it does

This interface defines the contract for Apple Pay payment configuration data in Magento's Payment Services PayPal module.

Developers use this interface to access and modify Apple Pay-specific settings like button styles and payment source identifiers when implementing or customizing Apple Pay payment functionality in their Magento store.

Public Methods

  • getButtonStyles()
  • setButtonStyles()
  • getPaymentSource()
  • setPaymentSource()