PullAccountingItemPayload
Autogenerated return type of PullAccountingItem.
type PullAccountingItemPayload {
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
PullAccountingItemPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PullAccountingItemPayload.message ● String scalar common
Human-readable detail, when there is any.
PullAccountingItemPayload.status ● StatusResultEnum! non-null enum common
Whether the refresh was accepted.
Returned By
pullAccountingItem mutation