OverwriteAccountingItemFromExternalPayload
Autogenerated return type of OverwriteAccountingItemFromExternal.
type OverwriteAccountingItemFromExternalPayload {
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
OverwriteAccountingItemFromExternalPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
OverwriteAccountingItemFromExternalPayload.message ● String scalar common
Human-readable detail, when there is any.
OverwriteAccountingItemFromExternalPayload.status ● StatusResultEnum! non-null enum common
Whether the overwrite succeeded.
Returned By
overwriteAccountingItemFromExternal mutation