Class ModifiedApplicationFields
Inheritance
System.Object
ModifiedApplicationFields
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ModifiedApplicationFields : Object
Constructors
ModifiedApplicationFields()
Declaration
public ModifiedApplicationFields()
Properties
BirthDate
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LegalFirstName
Declaration
public string LegalFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
LegalLastName
Declaration
public string LegalLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAddress
Declaration
public Address ShippingAddress { get; set; }
Property Value
SignupDate
Declaration
public DateTime SignupDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
WebPageURL
Declaration
public string WebPageURL { get; set; }
Property Value
Type |
Description |
System.String |
|