コード例 #1
0
 public AccountInfoUpdate()
 {
     Email = new DeletableParam<string>(Tess.EmptyStringLiteral);
     StreetAddress = new DeletableParam<string>(Tess.EmptyStringLiteral);
     SubStreetAddress = new DeletableParam<string>(Tess.EmptyStringLiteral);
     City = new DeletableParam<string>(Tess.EmptyStringLiteral);
     PostalCode = new DeletableParam<string>(" ");
     FirstName = new DeletableParam<string>(Tess.EmptyStringLiteral);
     MiddleName = new DeletableParam<string>(Tess.EmptyStringLiteral);
     LastName = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Prefix = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Suffix = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Gender = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Gender2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     FirstName2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     MiddleName2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     LastName2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Prefix2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     Suffix2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     BusinessTitle = new DeletableParam<string>(Tess.EmptyStringLiteral);
     SalutationLine1 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     SalutationLine2 = new DeletableParam<string>(Tess.EmptyStringLiteral);
     LetterSalutation = new DeletableParam<string>(Tess.EmptyStringLiteral);
 }
コード例 #2
0
 public AddressUpdateParams()
 {
     PurposeIds = new DeletableParam<int[]>(new int[] { });
     ClearableFields = new AddressUpdateClearingParams();
     NonclearableFields = new AddressUpdateNonclearingParams();
 }