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

CreateCustomerRequest

import type { CreateCustomerRequest } from "https://googleapis.deno.dev/v1/androiddeviceprovisioning:v1.ts";

Request message to create a customer.

interface CreateCustomerRequest {
customer?: Company;
}

§Properties

§
customer?: Company
[src]

Required. The company data to populate the new customer. Must contain a value for companyName and at least one owner_email that's associated with a Google Account. The values for companyId and name must be empty.