FinancialObjectPayload
No description
type FinancialObjectPayload {
id: UUID!
rentalAccountId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| id | UUID! non-null scalar | Payload returned after a command execution on the write model. Contains identifiers of affected account aggregates (e.g. invoice, transaction, refund). |
| rentalAccountId | UUID! non-null scalar | confirmRefundOperationV2 createDraftRefundV2 createRentalAccountInvoiceV2 createTransactionV2 deleteDraftRefundV2 deleteInvoiceV2 deleteRentalAccountInvoiceV2 deleteTransactionV2 emitRefundOperationV2 freezeRentalAccountInvoiceV2 lockPaidInvoiceV2 updateDraftRefundV2 updateInvoiceTransactionsV2 updateRentalAccountInvoiceV2 |