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

ResolveCustomerRequest

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

Contains input to the ResolveCustomer operation.

interface ResolveCustomerRequest {
RegistrationToken: string;
}

§Properties

§
RegistrationToken: string
[src]

When a buyer visits your website during the registration process, the buyer submits a registration token through the browser. The registration token is resolved to obtain a CustomerIdentifier and product code.