Model
PaymentOrderDetails
Magento\PaymentServicesPaypal\Model\Api\Data\PaymentOrderDetails
What it does
This class extends PaymentOrder to provide detailed payment information, specifically handling payment source details (like card type, bank account info, etc.) from PayPal payment transactions.
Developers use this when they need to retrieve or store comprehensive payment method information beyond basic order data, typically when processing or displaying payment details in the admin panel or during checkout.
Public Methods
- getPaymentSourceDetails()
- setPaymentSourceDetails()