ApplyAccountingItemDefaultsPayload
Autogenerated return type of ApplyAccountingItemDefaults.
type ApplyAccountingItemDefaultsPayload {
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
ApplyAccountingItemDefaultsPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ApplyAccountingItemDefaultsPayload.message ● String scalar common
Human-readable detail, when there is any.
ApplyAccountingItemDefaultsPayload.status ● StatusResultEnum! non-null enum common
Whether the defaults were applied.
Returned By
applyAccountingItemDefaults mutation