Log in
Interface

PaymentConfigHostedFieldsInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentConfigHostedFieldsInterface

What it does

This interface defines the data contract for PayPal hosted fields payment configuration in Magento 2.

Developers use this to manage payment settings like payment source, 3D Secure authentication, credit card vault functionality, and whether card details are required.

It's typically implemented by classes that handle hosted credit card field configurations for PayPal Payment Services.

Public Methods

  • getPaymentSource()
  • setPaymentSource()
  • getThreeDS()
  • setThreeDS()
  • hasIsVaultEnabled()
  • setHasIsVaultEnabled()
  • getCcVaultCode()
  • setCcVaultCode()
  • isRequiresCardDetails()
  • setRequiresCardDetails()