Class ContactDetailsBase
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ContactDetailsBase
Properties
EmailAddress
Email address of the customer
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailMessageType
Preference for the type of email message markup
- plain-text
- html
Declaration
public string EmailMessageType { get; set; }
Property Value
Type | Description |
---|---|
string |