Skip to main content

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

NomTypeDescription
amountInt! non-null scalar
dateDate! non-null scalar
descriptionString scalar
externalAccountIdInt scalar
externalPaymentIdInt scalar
isAutomaticBoolean scalar
paymentAllocations[PaymentAllocationInput]! non-null input
paymentMethodPaymentMethod! non-null enum
sourceAccountIdUUID! non-null scalar
typePaymentType! non-null enumcreatePayment