INTERFACE
interface PaymentInterface {id: ID! active: Boolean! title: String! description: String! updated: DateTime }