Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResolveCustomerResult

import type { ResolveCustomerResult } from "https://aws-api.deno.dev/v0.3/services/marketplacemetering.ts?docs=full";

The result of the ResolveCustomer operation. Contains the CustomerIdentifier and product code.

interface ResolveCustomerResult {
CustomerIdentifier?: string | null;
ProductCode?: string | null;
}

§Properties

§
CustomerIdentifier?: string | null
[src]

The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.

§
ProductCode?: string | null
[src]

The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.