Model
Row
Magento\Paypal\Model\Report\Settlement\Row
What it does
This class represents a single row in PayPal's settlement report, storing transaction details like amounts, fees, transaction types, and reference IDs.
Developers use this model to read and display PayPal settlement report data, with helper methods to translate transaction codes into human-readable descriptions and properly cast credit/debit amounts with correct signs.
Public Methods
- getReferenceType()
- getTransactionEvent()
- getDebitCreditText()
- getCastedAmount()
- getTransactionEvents()