Search Results for

    Show / Hide Table of Contents

    Class ModifiedApplicationFields

    Inheritance
    System.Object
    ModifiedApplicationFields
    Namespace: DirectScale.Disco.Extension.Hooks.Associates.Enrollment
    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
    Type Description
    Address

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX