Alokai

CustomerDownloadableProduct

Contains details about a single downloadable product.

type CustomerDownloadableProduct = {
  __typename?: 'CustomerDownloadableProduct'; /** The date and time the purchase was made. */
  date?: Maybe<Scalars['String']['output']>; /** The fully qualified URL to the download file. */
  download_url?: Maybe<Scalars['String']['output']>; /** The unique ID assigned to the item. */
  order_increment_id?: Maybe<Scalars['String']['output']>; /** The remaining number of times the customer can download the product. */
  remaining_downloads?: Maybe<Scalars['String']['output']>; /** Indicates when the product becomes available for download. Options are `Pending` and `Invoiced`. */
  status?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page