Exemplo n.º 1
0
        /// <summary>
        /// Convert from API SignerInformationForEquifaxUSA to SDK SignerInformationForEquifaxUSA.
        /// </summary>
        /// <returns>The SDK attachment requirement.</returns>
        public Silanis.ESL.SDK.SignerInformationForEquifaxUSA ToSDKSignerInformationForEquifaxUSA()
        {
            if (apiSignerInformationForEquifaxUSA == null)
            {
                return(sdkSignerInformationForEquifaxUSA);
            }

            Silanis.ESL.SDK.SignerInformationForEquifaxUSA result = new Silanis.ESL.SDK.SignerInformationForEquifaxUSA();

            result.FirstName            = apiSignerInformationForEquifaxUSA.FirstName;
            result.LastName             = apiSignerInformationForEquifaxUSA.LastName;
            result.StreetAddress        = apiSignerInformationForEquifaxUSA.StreetAddress;
            result.City                 = apiSignerInformationForEquifaxUSA.City;
            result.State                = apiSignerInformationForEquifaxUSA.State;
            result.Zip                  = apiSignerInformationForEquifaxUSA.Zip;
            result.SocialSecurityNumber = apiSignerInformationForEquifaxUSA.SocialSecurityNumber;
            result.HomePhoneNumber      = apiSignerInformationForEquifaxUSA.HomePhoneNumber;
            result.TimeAtAddress        = apiSignerInformationForEquifaxUSA.TimeAtAddress;
            result.DriversLicenseNumber = apiSignerInformationForEquifaxUSA.DriversLicenseNumber;
            result.DateOfBirth          = apiSignerInformationForEquifaxUSA.DateOfBirth;

            return(result);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Construct with SDK SignerInformationForEquifaxUSA object involved in conversion.
 /// </summary>
 /// <param name="sdkSignerInformationForEquifaxUSA">SDK attachment requirement.</param>
 public SignerInformationForEquifaxUSAConverter(Silanis.ESL.SDK.SignerInformationForEquifaxUSA sdkSignerInformationForEquifaxUSA)
 {
     this.sdkSignerInformationForEquifaxUSA = sdkSignerInformationForEquifaxUSA;
 }