Preview

CreateAdhocCreditMemoProcess is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CreateAdhocCreditMemoProcess

This page contains

    Fields

    id: ID!
    triggeredOn: DateTime!
    startedOn: DateTime
    completedOn: DateTime
    idempotencyKey: ID!
    currency: String!
    customer: AdhocCreditMemoParty! PREVIEW
    merchantOfRecord: AdhocCreditMemoMerchantOfRecord! PREVIEW
    lines: [AdhocCreditMemoLine!]! PREVIEW
    invoiceId: ID
    creditReason: String
    creditMemo: CreditMemo PREVIEW
    executionErrors: [CreateAdhocCreditMemoProcessExecutionError!] PREVIEW

    Implements

    Mutations for CreateAdhocCreditMemoProcess

    triggerCreateAdhocCreditMemoProcess PREVIEW