Log in
Interface

PaymentConfigResponseInterface

Magento\PaymentServicesPaypal\Api\PaymentConfigResponseInterface

What it does

This interface defines the contract for payment configuration responses in PayPal Payment Services.

Developers implement this interface to create data transfer objects that contain configuration settings for various PayPal payment methods including Apple Pay, Google Pay, Hosted Fields, and Smart Buttons.

It's used when retrieving or setting payment SDK configurations for frontend payment integrations.

Public Methods

  • getApplePay()
  • setApplePay()
  • getGooglePay()
  • setGooglePay()
  • getHostedFields()
  • setHostedFields()
  • getSmartButtons()
  • setSmartButtons()