public void Set(CopyProductUserExternalAccountByAccountTypeOptions other)
 {
     if (other != null)
     {
         m_ApiVersion  = ConnectInterface.CopyproductuserexternalaccountbyaccounttypeApiLatest;
         TargetUserId  = other.TargetUserId;
         AccountIdType = other.AccountIdType;
     }
 }
Exemplo n.º 2
0
 public void Set(QueryUserInfoByExternalAccountOptions other)
 {
     if (other != null)
     {
         m_ApiVersion      = UserInfoInterface.QueryuserinfobyexternalaccountApiLatest;
         LocalUserId       = other.LocalUserId;
         ExternalAccountId = other.ExternalAccountId;
         AccountType       = other.AccountType;
     }
 }
Exemplo n.º 3
0
 public void Set(CopyExternalUserInfoByAccountTypeOptions other)
 {
     if (other != null)
     {
         m_ApiVersion = UserInfoInterface.CopyexternaluserinfobyaccounttypeApiLatest;
         LocalUserId  = other.LocalUserId;
         TargetUserId = other.TargetUserId;
         AccountType  = other.AccountType;
     }
 }