Skip to main content

PaymentNoticeUpdate

Update an existing PaymentNotice resource.

Mutation

mutation PaymentNoticeUpdate($id: ID!, $input: PaymentNoticeUpdateInput!) {
PaymentNoticeUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated PaymentNotice resource.