Interface
AdditionalDataProviderInterface
Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderInterface
What it does
This interface defines a contract for providers that supply additional data for payment methods in GraphQL checkout operations.
Developers implement this interface when creating custom payment method integrations that require extra data (like credit card tokens, purchase order numbers, or payment gateway-specific information) to be processed during cart payment method selection via GraphQL.
Public Methods
- getData()