Model
PaymentSdkParams
Magento\PaymentServicesPaypal\Model\Api\Data\PaymentSdkParams
What it does
This class is a data transfer object (DTO) that stores and manages PayPal SDK parameters required for payment processing.
Developers use this class to encapsulate the payment method code and its associated configuration parameters when initializing or configuring the PayPal payment SDK in their checkout or payment flows.
Public Methods
- getCode()
- setCode()
- getParams()
- setParams()