Entities are implementations of payments (and payment statuses and payment method configurations). Payments may be implemented without the objects being entities, for instance. Therefore the current entity interfaces should be split up into two interfaces per object type: one that only defines Payment-specific functionality, and one that extends the Payment-specific interface and the entity interface.

Comments

Xano created an issue.