Skip to main content

FinancialObjectPayload

No description

type FinancialObjectPayload {
id: UUID!
rentalAccountId: UUID!
}

Fields

NomTypeDescription
idUUID! non-null scalarPayload returned after a command execution on the write model. Contains identifiers of affected account aggregates (e.g. invoice, transaction, refund).
rentalAccountIdUUID! non-null scalarconfirmRefundOperationV2 createDraftRefundV2 createRentalAccountInvoiceV2 createTransactionV2 deleteDraftRefundV2 deleteInvoiceV2 deleteRentalAccountInvoiceV2 deleteTransactionV2 emitRefundOperationV2 freezeRentalAccountInvoiceV2 lockPaidInvoiceV2 updateDraftRefundV2 updateInvoiceTransactionsV2 updateRentalAccountInvoiceV2