PaymentInput
No description
input PaymentInput {
amount: Int!
date: Date!
description: String
externalAccountId: Int
externalPaymentId: Int
isAutomatic: Boolean
paymentAllocations: [PaymentAllocationInput]!
paymentMethod: PaymentMethod!
sourceAccountId: UUID!
type: PaymentType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int! non-null scalar | — |
| date | Date! non-null scalar | — |
| description | String scalar | — |
| externalAccountId | Int scalar | — |
| externalPaymentId | Int scalar | — |
| isAutomatic | Boolean scalar | — |
| paymentAllocations | [PaymentAllocationInput]! non-null input | — |
| paymentMethod | PaymentMethod! non-null enum | — |
| sourceAccountId | UUID! non-null scalar | — |
| type | PaymentType! non-null enum | createPayment |