Skip to main content

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

NomTypeDescription
amountInt scalar
dateDate scalar
descriptionString scalar
externalAccountIdInt scalar
externalPaymentIdInt scalar
idUUID scalar
isAutomaticBoolean scalar
organizationIdUUID scalar
paymentMethodPaymentMethod enum
referenceString scalar
remainingAmountInt scalar
sourceAccountIdUUID scalar
typePaymentType enumcreatePayment