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

EdiPartyName

import type { EdiPartyName } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";

Describes an Electronic Data Interchange (EDI) entity as described in as defined in Subject Alternative Name in RFC 5280.

interface EdiPartyName {
NameAssigner?: string | null;
PartyName: string;
}

§Properties

§
NameAssigner?: string | null
[src]

Specifies the name assigner.

§
PartyName: string
[src]

Specifies the party name.