Skip to main content

PaymentNoticeCreate

Create a new PaymentNotice resource.

Mutation

mutation PaymentNoticeCreate($input: PaymentNoticeCreateInput!) {
PaymentNoticeCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created PaymentNotice resource.