Log in
Interface

PaymentConfigSdkParamsInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentConfigSdkParamsInterface

What it does

This interface defines a data structure for SDK parameters used in PayPal payment configuration.

Developers implement this interface to create objects that store name-value pairs of configuration parameters needed to initialize the PayPal SDK on the frontend or during payment processing.

Public Methods

  • getName()
  • setName()
  • getValue()
  • setValue()