_Entity
No description
union _Entity = User | PaymentInformation | Payment
Possible types
_Entity.User
object
Foreign type User
_Entity.PaymentInformation
object
A stored payment information of an user
_Entity.Payment
object
A payment of an invoice or return
Returned By
_entities
query