Payment
No description
type Payment {
amount: Int
date: Date
description: String
externalAccountId: Int
externalPaymentId: Int
id: UUID
isAutomatic: Boolean
organizationId: UUID
paymentMethod: PaymentMethod
reference: String
remainingAmount: Int
sourceAccountId: UUID
type: PaymentType
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int scalar | — |
| date | Date scalar | — |
| description | String scalar | — |
| externalAccountId | Int scalar | — |
| externalPaymentId | Int scalar | — |
| id | UUID scalar | — |
| isAutomatic | Boolean scalar | — |
| organizationId | UUID scalar | — |
| paymentMethod | PaymentMethod enum | — |
| reference | String scalar | — |
| remainingAmount | Int scalar | — |
| sourceAccountId | UUID scalar | — |
| type | PaymentType enum | createPayment |