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

FieldSourceProfileIds

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

A duplicate customer profile that is to be merged into a main profile.

interface FieldSourceProfileIds {
AccountNumber?: string | null;
AdditionalInformation?: string | null;
Address?: string | null;
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
BillingAddress?: string | null;
BirthDate?: string | null;
BusinessEmailAddress?: string | null;
BusinessName?: string | null;
BusinessPhoneNumber?: string | null;
EmailAddress?: string | null;
FirstName?: string | null;
Gender?: string | null;
HomePhoneNumber?: string | null;
LastName?: string | null;
MailingAddress?: string | null;
MiddleName?: string | null;
MobilePhoneNumber?: string | null;
PartyType?: string | null;
PersonalEmailAddress?: string | null;
PhoneNumber?: string | null;
ShippingAddress?: string | null;
}

§Properties

§
AccountNumber?: string | null
[src]

A unique identifier for the account number field to be merged.

§
AdditionalInformation?: string | null
[src]

A unique identifier for the additional information field to be merged.

§
Address?: string | null
[src]

A unique identifier for the party type field to be merged.

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

A unique identifier for the attributes field to be merged.

§
BillingAddress?: string | null
[src]

A unique identifier for the billing type field to be merged.

§
BirthDate?: string | null
[src]

A unique identifier for the birthdate field to be merged.

§
BusinessEmailAddress?: string | null
[src]

A unique identifier for the party type field to be merged.

§
BusinessName?: string | null
[src]

A unique identifier for the business name field to be merged.

§
BusinessPhoneNumber?: string | null
[src]

A unique identifier for the business phone number field to be merged.

§
EmailAddress?: string | null
[src]

A unique identifier for the email address field to be merged.

§
FirstName?: string | null
[src]

A unique identifier for the first name field to be merged.

§
Gender?: string | null
[src]

A unique identifier for the gender field to be merged.

§
HomePhoneNumber?: string | null
[src]

A unique identifier for the home phone number field to be merged.

§
LastName?: string | null
[src]

A unique identifier for the last name field to be merged.

§
MailingAddress?: string | null
[src]

A unique identifier for the mailing address field to be merged.

§
MiddleName?: string | null
[src]

A unique identifier for the middle name field to be merged.

§
MobilePhoneNumber?: string | null
[src]

A unique identifier for the mobile phone number field to be merged.

§
PartyType?: string | null
[src]

A unique identifier for the party type field to be merged.

§
PersonalEmailAddress?: string | null
[src]

A unique identifier for the personal email address field to be merged.

§
PhoneNumber?: string | null
[src]

A unique identifier for the phone number field to be merged.

§
ShippingAddress?: string | null
[src]

A unique identifier for the shipping address field to be merged.