VendorPayoutUpdateNoteInput
Input for updating a vendor payout note.
input VendorPayoutUpdateNoteInput {
note: ID
message: String!
}
Fields
VendorPayoutUpdateNoteInput.note ● ID scalar
Global ID of the vendor payout event to update.
VendorPayoutUpdateNoteInput.message ● String! non-null scalar
Updated note message content.
Member Of
vendorPayoutNoteUpdate mutation