Alokai

CreditMemo

Contains credit memo details.

type CreditMemo = {
  __typename?: 'CreditMemo'; /** Comments on the credit memo. */
  comments?: Maybe<Array<Maybe<SalesCommentItem>>>; /** The unique ID for a `CreditMemo` object. */
  id: Scalars['ID']['output']; /** An array containing details about refunded items. */
  items?: Maybe<Array<Maybe<CreditMemoItemInterface>>>; /** The sequential credit memo number. */
  number: Scalars['String']['output']; /** Details about the total refunded amount. */
  total?: Maybe<CreditMemoTotal>;
};

Referenced Types

On this page